Initial commit

This commit is contained in:
Hexugory 2025-04-09 22:48:30 -05:00
commit e3745754b5
3 changed files with 19 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
* -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Exclude exported CurseForge zip files
/*.zip
# Exclude exported Modrinth modpacks
*.mrpack
# Exclude packwiz binary
packwiz.exe

7
.packwizignore Normal file
View File

@ -0,0 +1,7 @@
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
# See https://git-scm.com/docs/gitignore
# Exclude README
/README.md
/static/*