-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitignore
64 lines (59 loc) · 970 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
# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
# JetBrains IntelliJ
.idea
*.ipr
*.iml
*.iws
# Maven settings
conf.properties
java/**/target
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Other
.env
certs/
launchSettings.json
config.development.yaml
*.development.config
*.development.json
.DS_Store
node_modules/
obj/
bin/
_dev/
.dev/
*.devis.*
.vs/
*.user
**/.vscode/chrome
**/.vscode/.ropeproject/objectdb
*.pyc
.ipynb_checkpoints
.jython_cache/
__pycache__/
.mypy_cache/
__pypackages__/
.pdm.toml
global.json
.java-version