packwiz #37

Open
leon wants to merge 17 commits from packwiz into Server
3 changed files with 12 additions and 0 deletions
Showing only changes of commit d6a88ded53 - Show all commits

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

5
.gitignore vendored Normal file
View File

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

5
.packwizignore Normal file
View File

@ -0,0 +1,5 @@
# .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