forked from MCTCP/TerrainControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·58 lines (51 loc) · 932 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
# 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
/config/
/logs/
/mods/
/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**/*.dat
/platforms/forge**/level.dat_old
/platforms/forge**/session.lock
/platforms/forge**/*.mca
/platforms/forge**/*.json
/platforms/forge/run
# Filesystem dust
Thumbs.db
.DS_Store