harbor/.gitignore

53 lines
907 B
Plaintext
Raw Normal View History

2016-02-01 12:59:10 +01:00
harbor
2018-02-17 04:29:52 +01:00
!/contrib/helm/harbor
2017-10-05 18:24:02 +02:00
make/docker-compose.yml
make/common/config/*
2016-12-30 11:04:01 +01:00
make/dev/adminserver/harbor_adminserver
make/dev/ui/harbor_ui
2016-11-02 08:49:28 +01:00
make/dev/jobservice/harbor_jobservice
2016-12-30 11:04:01 +01:00
src/adminserver/adminserver
src/ui/ui
src/jobservice/jobservice
2016-12-30 11:04:01 +01:00
src/common/dao/dao.test
2016-05-09 08:11:34 +02:00
*.pyc
jobservice/test
2017-02-21 07:54:42 +01:00
2017-03-21 09:05:00 +01:00
src/ui/static/*.html
src/ui/static/*.bundle.js
src/ui/static/*.bundle.js.map
src/ui/static/harbor-logo.*.png
2017-10-05 18:24:02 +02:00
src/ui/static/*.min.*
src/ui/static/styles.css
src/ui/static/i18n
src/ui/static/shapes
2017-02-24 11:22:31 +01:00
2017-03-21 05:11:34 +01:00
src/ui_ng/coverage/
src/ui_ng/dist/
src/ui_ng/html-report/
src/ui_ng/node_modules/
src/ui_ng/typings/
2017-02-21 07:54:42 +01:00
**/*npm-debug.log.*
**/*yarn-error.log.*
.idea/
.DS_Store
**/node_modules
**/ssl/
**/proxy.config.json
2017-02-21 07:54:42 +01:00
2017-04-18 13:00:51 +02:00
src/ui_ng/src/**/*.js
src/ui_ng/src/**/*.js.map
src/ui_ng/src/**/*.json
2017-03-21 05:11:34 +01:00
2017-04-18 05:36:29 +02:00
**/npm*.log
2017-03-21 05:11:34 +01:00
2017-04-18 13:00:51 +02:00
src/ui_ng/aot/**/*.js
src/ui_ng/aot/**/*.js.map
src/ui_ng/aot/**/*.json
2017-04-20 17:49:13 +02:00
2017-04-20 08:58:31 +02:00
**/*ngsummary.json
**/*ngfactory.ts
**/aot
**/dist
2017-10-05 18:24:02 +02:00
**/.bin