aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 92af0487c70691e47381381493089df877510506 (plain)
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
# Compiled nonsense that does not belong in *source* control
/build
/bin
/.gradle
/minecraft
/out
/run
/classes

# IDE nonsense that could go in source control but really shouldn't
.classpath
.project
.metadata
.settings
*.launch
*.iml
.idea
*.ipr
*.iws

# Sekrit files
private.properties

# Files from bad operating systems :^)
Thumbs.db
.DS_Store