harbor/.gitignore

57 lines
948 B
Plaintext
Raw Normal View History

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