-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (42 loc) · 709 Bytes
/
.gitignore
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# gradle
.gradle/
build/
out/
classes/
# eclipse
*.launch
# idea
.idea/
*.iml
*.ipr
*.iws
# vscode
.settings/
.vscode/
bin/
.classpath
.project
# macos
*.DS_Store
# fabric
run/
latest.log
Keys.java
mappings
BlockEntityExtension.java
RandomSource.java
UnknownPacketMixin.java
LevelRendererMixin.java
**/lang/*.json
!en_us.json
common/src/main/resources/assets/mtr/sounds/
common/src/main/resources/assets/mtr/textures/
common/src/main/resources/assets/mtr/website/
common/src/main/resources/assets/mtr/sounds.json
common/src/main/resources/data/minecraft/
common/src/main/resources/data/mtr/
fabric/src/main/resources
forge/src/main/resources
fabric/server
forge/server
.architectury-transformer/