-
Notifications
You must be signed in to change notification settings - Fork 161
/
.gitignore
executable file
·70 lines (63 loc) · 1.04 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
# Eclipse stuff
.classpath
.project
.settings
# NetBeans
nbproject
.nb-gradle*
build.xml
nbbuild
# Idea stuff
/.idea
*.iml
# Various IDEs like to add child .gitignore files
**/.gitignore
# vim
.*.sw[a-p]
# various other potential build files
target
build
.gradle
bin
dist
out
localexport.jardesc
forgeInfo
# Minecraft, Bukkit and Forge files
# (Eclipse uses ./plaftforms/forge/ as the root when running Forge, IntelliJ uses ./)
/config/
/logs/
/mods/
/saves/
/run/
/banned-players.txt
/banned-ips.txt
/crash-reports
/eula.txt
/config
/options.txt
/ops.txt
/server.properties
/white-list.txt
level.dat_old
session.lock
*.dat
*.mca
*.json
/platforms/bukkit/logs
/platforms/forge/banned-players.txt
/platforms/forge/banned-ips.txt
/platforms/forge/crash-reports
/platforms/forge/eula.txt
/platforms/forge/logs/
/platforms/forge/mods/
/platforms/forge/config/
/platforms/forge/options.txt
/platforms/forge/ops.txt
/platforms/forge/saves/
/platforms/forge/server.properties
/platforms/forge/white-list.txt
/platforms/forge/run/
# Filesystem dust
Thumbs.db
.DS_Store