]> git.lizzy.rs Git - LightOverlay.git/blob - .gitignore
Fix an issue where crosses appear in mushroom biomes (#56)
[LightOverlay.git] / .gitignore
1 # Compiled nonsense that does not belong in *source* control
2 */build
3 /build
4 /bin
5 */bin
6 /.gradle
7 */.gradle
8 /minecraft
9 */minecraft
10 /out
11 */run
12 */out
13 /run
14 /classes
15
16 # IDE nonsense that could go in source control but really shouldn't
17 .classpath
18 .project
19 .metadata
20 .settings
21 *.launch
22 *.iml
23 .idea
24 *.ipr
25 *.iws
26
27 # Sekrit files 
28 private.properties
29
30 # Files from bad operating systems :^)
31 Thumbs.db
32 .DS_Store