]> git.lizzy.rs Git - LightOverlay.git/blob - .gitignore
e
[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 /out
10 */run
11 /run
12 /classes
13
14 # IDE nonsense that could go in source control but really shouldn't
15 .classpath
16 .project
17 .metadata
18 .settings
19 *.launch
20 *.iml
21 .idea
22 *.ipr
23 *.iws
24
25 # Sekrit files 
26 private.properties
27
28 # Files from bad operating systems :^)
29 Thumbs.db
30 .DS_Store