commit e3745754b546162d182b62e4d85316db9d01d7fe Author: Hexugory Date: Wed Apr 9 22:48:30 2025 -0500 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2edc408 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fcf7a55 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Exclude exported CurseForge zip files +/*.zip + +# Exclude exported Modrinth modpacks +*.mrpack + +# Exclude packwiz binary +packwiz.exe \ No newline at end of file diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..16fdb98 --- /dev/null +++ b/.packwizignore @@ -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/* \ No newline at end of file