-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
66 lines (55 loc) · 1011 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.idea/
.vscode/
*.iml
.DS_Store
application.local.conf
target/
dependency-reduced-*.xml
*.db
.settings/
.project/
*.project
*.classpath
bbcerts/*
!bbcerts/README.md
.java-version
*.code-workspace
.factorypath
dpc-web/.rakeTasks
out/
node_modules/
jacocoReport/
bzt-out/
# Python ignores
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Ignore smoke tests
jmeter.log
smoke.out
src/vendor
.vault_password
ops/config/decrypted/*
!ops/config/decrypted/README.md
.mvn/
# Ignore all contents in project tmp/ directory (except .keep file)
tmp/
!tmp/.keep
# Ignore Go unit test results
dpc-go/dpc-api/results.json
dpc-go/dpc-api/test_results/*
dpc-go/dpc-attribution/results.json
dpc-go/dpc-attribution/test_results/*
**/*test_results/*
# Ignore decrypted files
dpc-go/dpc-attribution/shared_files/decrypted/*
# Ignore Go binaries
dpc-go/dpc-api/src/api
dpc-go/dpc-attribution/src/attribution
#BFD Certs
dpc-go/dpc-attribution/shared_files/decrypted/*
!dpc-go/dpc-attribution/shared_files/decrypted/README.md