Initial commit

This commit is contained in:
NTCat 2024-05-13 17:20:56 -07:00
commit 832bd6ca19
3 changed files with 14 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
* -text

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# Exclude exported CurseForge zip files
# Exclude exported Modrinth modpacks
*.mrpack

6
.packwizignore Normal file
View File

@ -0,0 +1,6 @@
# .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
*.zip
/README.md