-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
118 lines (101 loc) · 1.81 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
*.pyc
venv
screenshots/screenshots/
conf/stack
*/node_modules
dist
dest
node_modules
static/build
stack_local
test/data/registry/
GIT_HEAD
.idea
.python-version
.pylintrc
.coverage
coverage
htmlcov
.tox
.cache
.npm-debug.log
Dockerfile-e
.vscode
*.iml
.DS_Store
.pytest_cache/*
test/dockerclients/Vagrantfile
test/dockerclients/.*
.mypy_cache
tmp/*
/.build-image-quay-stamp
# files generated by local dev,
# do not need to check in and can be deleted
# if not running local dev
.npm
conf/*.sock
conf/__pycache__
conf/jwtproxy_conf.yaml
conf/mitm.cert
conf/mitm.key
conf/nginx/hosted-http-base.conf
conf/nginx/http-base.conf
conf/nginx/nginx.conf
conf/nginx/rate-limiting.conf
conf/nginx/server-base.conf
conf/quay.kid
conf/quay.pem
conf/supervisord.conf
revision_head
supervisord.log
supervisord.pid
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
web/node_modules/
web/jspm_packages/
# Distribution directories
web/dist/
# Typescript v1 declaration files
web/typings/
# Optional npm cache directory
web/.npm
# Optional eslint cache
web/.eslintcache
# Optional REPL history
web/.node_repl_history
# Output of 'npm pack'
web/*.tgz
# Yarn Integrity file
web/.yarn-integrity
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
web/.pnp
web/.pnp.js
# testing
web/coverage
junit.xml
report.html
# production
web/build
# misc
web/.DS_Store
web/.env.local
web/.env.development.local
web/.env.test.local
web/.env.production.local
web/npm-debug.log*
web/yarn-debug.log*
web/yarn-error.log*
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Cypress files
web/cypress/videos
web/cypress/screenshots
web/cypress/downloads
# marketplace
local-dev/stack/quay-marketplace-api.crt
local-dev/stack/quay-marketplace-api.key