Skip to content

Commit adf3d6a

Browse files
committed
feat: use packwiz and clean mods folder
1 parent 0f6cee6 commit adf3d6a

231 files changed

Lines changed: 6211 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ patchouli_data.json
2222
ponders_watched.json
2323
usercache.json
2424
usernamecache.json
25+
*.DS_Store

.packwizignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/README.md
2+
*.DS_Store
3+
*.mrpack
4+
/LICENSE
5+
*.zip
6+
/assets/*
7+
/.vscode/*
8+
/.idea/*
9+
/.fleet/*
10+
/.VSCodeCounter/*
11+
/docs/*
12+
/assets/*
13+
/.github/*
14+
/.settings/*
15+
*.gitattributes
16+
*.gitignore
17+
*.classpath
18+
*.factorypath
19+
*.project
20+
/gradle/*
21+
/.gradle/*
22+
/run/*
23+
/src/*
24+
/build/*
25+
/bin/*
26+
/git/*
27+
/gradlew
28+
*.gradle
29+
/gradle.properties
30+
*.bat

0 commit comments

Comments
 (0)