commit 832bd6ca192bbd15da47dc7ced1e9f4bbaf9d950 Author: NTCat Date: Mon May 13 17:20:56 2024 -0700 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3ccea25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73af17b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ + +# Exclude exported CurseForge zip files + + +# Exclude exported Modrinth modpacks +*.mrpack \ No newline at end of file diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..747786e --- /dev/null +++ b/.packwizignore @@ -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 \ No newline at end of file