Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit 6f27cb9

Browse files
committed
Update .gitignore
1 parent 4d7f6ff commit 6f27cb9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.gitignore

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.gradle
22
.settings
33
/.idea/
4+
/.vscode/
45
/run/
56
/build/
67
/eclipse/
@@ -25,12 +26,13 @@ whitelist.json
2526
*.iml
2627
*.ipr
2728
*.iws
28-
src/main/resources/mixins.*.json
29+
src/main/resources/mixins.*([!.]).json
2930
*.bat
30-
*.bak
31-
/screenshots
32-
/world
33-
/saves
34-
/asm
35-
/.vscode
31+
*.DS_Store
32+
!gradlew.bat
3633
.factorypath
34+
addon.local.gradle
35+
addon.local.gradle.kts
36+
addon.late.local.gradle
37+
addon.late.local.gradle.kts
38+
layout.json

0 commit comments

Comments
 (0)