forked from lishid/Orebfuscator
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (50 loc) · 869 Bytes
/
.gitignore
File metadata and controls
55 lines (50 loc) · 869 Bytes
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
# ---- OS junk ----
.DS_Store
Thumbs.db
# ---- Maven / Java ----
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
.flattened-pom.xml
# JVM crash logs
hs_err_pid*
replay_pid*
# If you're on the newer Maven Wrapper that downloads the jar, ignore it.
# Otherwise, REMOVE this line so the jar is committed.
.mvn/wrapper/maven-wrapper.jar
# ---- Eclipse / STS ----
.project
.classpath
.settings/
.metadata/
.recommenders/
.loadpath
.externalToolBuilders/
*.launch
.factorypath
# Common generated/temporary
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
# ---- IntelliJ IDEA ----
.idea/
*.iml
*.iws
out/
# IntelliJ shelves & local tasks
.idea/shelf/
.idea/workspace.xml
.idea/tasks.xml
.idea/usage.statistics.xml
.idea/dictionaries/
.idea/libraries/
# ---- VS Code (optional) ----
.vscode/