-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
145 lines (119 loc) · 2.92 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
.DS_Store
node_modules
.vscode
# --- agent ---
/agent/
# --- apisrv ---
/apisrv/server
/apisrv/migration
/apisrv/coverage.*
/apisrv/apisrv
/apisrv/ops
/apisrv/peacemaker
/apisrv/apisrv.yaml
/apisrv/test/output/*
# --- webapp ---
/webapp/dist/main.js*
/webapp/dist/*.eot
/webapp/dist/*.ttf
/webapp/dist/*.woff
/webapp/dist/*.woff2
/webapp/dist/*.png
/webapp/stats.json
/webapp/coverage
/webapp/dist
# --- webapp ---
/webapp-v2/.nyc_output
# --- authsrv ---
# Ignore bundler config.
/authsrv/.bundle
# Ignore the default SQLite database.
/authsrv/db/*.sqlite3
/authsrv/db/*.sqlite3-journal
/authsrv/db/*.sqlite3-*
# Ignore all logfiles and tempfiles.
/authsrv/log/*
/authsrv/tmp/*
!/authsrv/log/.keep
!/authsrv/tmp/.keep
# Ignore pidfiles, but keep the directory.
/authsrv/tmp/pids/*
!/authsrv/tmp/pids/
!/authsrv/tmp/pids/.keep
# Ignore uploaded files in development.
/authsrv/storage/*
!/authsrv/storage/.keep
/authsrv/public/assets
.byebug_history
# Ignore master key for decrypting credentials and more.
/authsrv/config/master.key
/authsrv/public/packs
/authsrv/public/packs-test
/authsrv/yarn-error.log
yarn-debug.log*
.yarn-integrity
/authsrv/public/packs
/authsrv/public/packs-test
/authsrv/public/assets
/authsrv/coverage
# --- simulator ---
/_acceptance/support/extend-pcr0
/_acceptance/specs/__image_snapshots__
# --- docs ---
/_documentation/whitepaper/main.toc
/_documentation/whitepaper/main.aux
/_documentation/whitepaper/main.fls
/_documentation/whitepaper/main.fdb_latexmk
/_documentation/whitepaper/main.log
/_documentation/whitepaper/main.out
/_documentation/whitepaper/main.pdf
/_documentation/whitepaper/main.synctex.gz
/_documentation/whitepaper/main.xdv
/_documentation/whitepaper/missfont.log
/_documentation/apisrv-v2/dist/*.js
/_documentation/apisrv-v2/dist/*.js.map
# --- visual studio artifacts --- #
/driver/win64/**/*.user
/driver/win64/**/.vs
/driver/win64/.vs
/driver/win64/x64
/driver/win64/Debug
/driver/win64/Release
/driver/win64/**/x64
/driver/win64/**/Debug
/driver/win64/**/Release
# --- kernel build system --- #
/driver/linux/**/build
# --- authsrv v2 ---
# Ignore bundler config.
/authsrv2/.bundle
# Ignore all logfiles and tempfiles.
/authsrv2/log/*
/authsrv2/tmp/*
!/authsrv2/log/.keep
!/authsrv2/tmp/.keep
# Ignore pidfiles, but keep the directory.
/authsrv2/tmp/pids/*
!/authsrv2/tmp/pids/
!/authsrv2/tmp/pids/.keep
# Ignore uploaded files in development.
/authsrv2/storage/*
!/authsrv2/storage/.keep
/authsrv2/public/assets
/authsrv2.byebug_history
# Ignore master key for decrypting credentials and more.
/authsrv2/config/master.key
/authsrv2/config/credentials/development.key
/authsrv2/config/credentials/production.key
/authsrv2/coverage
/authsrv2/logs
/authsrv2/test/fixtures/output
# Ignore Mock bin folder
/_mock/bin/rackup
# package build artifacts
/_packaging/**/*.msi
/_packaging/driver/**/*.deb
/_packaging/driver/**/*.rpm
/_packaging/driver/**/*.tar.gz
/_packaging/driver/**/dkms
/_packaging/driver/**/dkms_src