From e3c2c18af5818f9e2175e92260306ed8dbafcdf8 Mon Sep 17 00:00:00 2001 From: radimous Date: Sun, 30 Mar 2025 11:11:04 +0200 Subject: [PATCH] git attr and ignore --- .gitattributes | 2 ++ .gitignore | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore 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