forked from SAP/InfraBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (47 loc) · 983 Bytes
/
.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
tags
.vscode
node_modules/
public/components
src/dashboard/run_server.sh
src/api/run_server.sh
.sass-cache
dist/
typings/
xunit.xml
env.sh
results/
*.pyc
*.json_change
*.swp
.*.swp
*.tmp_test_file.*
src/infraboxcli/infraboxcli.egg-info/
*.yml.infrabox
*.yaml.infrabox
run_server.sh
certs/
src/dashboard-client/node_modules
.infrabox*
*.iml
.idea
.python-version
src/api/run.sh
src/dashboard_api/run.sh
infrabox/test/api/.coverage
infrabox/test/api/coverage.xml
infrabox/test/api/results.xml
infrabox/test/registry-auth/.coverage
infrabox/test/registry-auth/coverage.xml
infrabox/test/registry-auth/results.xml
infrabox/test/github-review/.coverage
infrabox/test/github-review/coverage.xml
infrabox/test/github-review/results.xml
src/pyinfrabox/.coverage
src/pyinfrabox/coverage.xml
src/pyinfrabox/results.xml
src/services/gcp/vendor
src/services/gcp/gcp
src/services/gcp/tmp/_output/
src/services/namespace/vendor
src/services/namespace/namespace
src/services/namespace/tmp/_output/