blob: 38a7c293ecc1c0549636567997e5ee8d9bf28ee8 (
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
|