-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
365 lines (281 loc) · 5.42 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
# Clojure
.clj-kondo
.nrepl-port
# Eclipse
.metadata
*.tmp
*.bak
*.swp
*~.nib
.loadpath
.recommenders
local.properties
tmp/
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
.apt_generated_test/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
# Emacs
*~
.*~
.\#*
\#*
# Gradle
.gradle
**/build/
!**/src/**/build/
## Ignore Gradle GUI config
gradle-app.setting
## Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.properties
## Cache of project
.gradletasknamecache
# Java
## Compiled class file
*.class
## Frameworks common files (Quarkus, Micronaut, Spring Boot)
.classpath
.factorypath
.project
.settings
bin/
build/
classes/
dist/
lib/
out/
target/
*/test/
## Log file
*.log
## BlueJ files
*.ctxt
## Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
!gradle-wrapper.jar
## Virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# JetBrains
## Covers JetBrains IDEs:
## - Android Studio
## - AppCode
## - CLion
## - IntelliJ
## - PhpStorm
## - PyCharm
## - RubyMine
## - WebStorm and Rider
##
## Reference:
## - https://tinyurl.com/y8k6lnpx
## User-specific stuff
.idea/**/dictionaries
.idea/**/shelf
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/workspace.xml
## Generated files
.idea/**/contentModel.xml
## Sensitive or high-churn files
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/dataSources/
.idea/**/dbnavigator.xml
.idea/**/dynamic.xml
.idea/**/sqlDataSources.xml
.idea/**/uiDesigner.xml
## Gradle
.idea/**/gradle.xml
.idea/**/libraries
## Gradle and Maven with auto-import
## When using Gradle or Maven with auto-import, you should exclude module
## files, since they will be recreated, and may cause churn.
## Uncomment if using auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr
## CMake
cmake-build-*/
## Mongo Explorer plugin
.idea/**/mongoSettings.xml
## File-based project format
*.iws
## IntelliJ
## mpeltonen/sbt-idea plugin
.idea_modules/
## JIRA plugin
atlassian-ide-plugin.xml
## Cursive Clojure plugin
.idea/replstate.xml
## Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics-build.properties
crashlytics.properties
fabric.properties
## Editor-based Rest Client
.idea/httpRequests
## Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# Maven
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
buildNumber.properties
release.properties
dependency-reduced-pom.xml
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
# NetBeans
.nb-gradle/
**/nbproject/private/
**/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash
nbbuild/
nbdist/
# OS X
## macOS folder attributes
.DS_Store
# Quarkus
*.rej
.apt_generated_tests
.cache
.directory
.envrc
.graal-install
.java-version
.jbang
.sdkmanrc
.vscode
ObjectStore
derby.log
docker/distroless/bazel-*
dumps
graph-output.dot
hotspot.log
hs_err_pid*.log
local-test
lsp
nb-configuration.xml
nbactions.xml
quarkus.log
replay_*.log
# Spring Boot
*.sw?
.*.md.html
.attach_pid*
.flattened-pom.xml
.sts4-cache
MANIFEST.MF
_site/
activemq-data
build.log
code/
dump.rdb
interpolated*.xml
manifest.yml
overridedb.*
secrets.yml
!/**/src/**/bin
!/**/src/**/build
# Sublime
## Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
## Workspace files are user-specific
*.sublime-workspace
## Project files should be checked into the repository, unless a significant
## proportion of contributors will probably not be using Sublime Text
## *.sublime-project
## SFTP configuration file
sftp-config.json
sftp-config-alt*.json
## Package control specific files
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
Package Control.merged-ca-bundle
Package Control.user-ca-bundle
oscrypto-ca-bundle.crt
bh_unicode_properties.cache
## Sublime-github package stores a github token in this file
## https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings
# TextMate
*.tmproj
*.tmproject
tmtags
# Vim
## Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
## Session
Session.vim
Sessionx.vim
## Temporary
.netrwhist
## Auto-generated tag files
tags
## Persistent undo
[._]*.un~
# Visual Studio Code
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
*.code-workspace
## Local History for Visual Studio Code
.history/
## Stores VSCode versions used for testing VSCode extensions
.vscode-test