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