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