blob: 104a492ae9a81dacc23c163f49401fc522893a11 (
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
27
28
29
30
31
32
33
34
|
# Compiled nonsense that does not belong in *source* control
*/build
/build
/bin
*/bin
/.gradle
*/.gradle
/minecraft
*/minecraft
/out
*/run
*/out
/run
/classes
# IDE nonsense that could go in source control but really shouldn't
.classpath
.project
.metadata
.settings
*.launch
*.iml
.idea
*.ipr
*.iws
.vscode
# Sekrit files
private.properties
# Files from bad operating systems :^)
Thumbs.db
.DS_Store
/.architectury-transformer/debug.log
|