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..1e038cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Exclude exported CurseForge zip files +*.zip + +# Exclude exported Modrinth modpacks +*.mrpack