From acb60ef3e6d2b23d56bf36cfd741ef217796bd57 Mon Sep 17 00:00:00 2001 From: Thomas Hinkle Date: Tue, 18 Apr 2023 16:47:53 -0500 Subject: [PATCH] Added some important support files. This won't impact anything for the modpack, but it's necessary for packwiz. --- .gitattributes | 1 + .packwizignore | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitattributes create mode 100644 .packwizignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5378fe0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text \ No newline at end of file diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..e2fc562 --- /dev/null +++ b/.packwizignore @@ -0,0 +1,7 @@ +.git/** +.gitignore +.gitattributes +README.md +TODO.md +*.mrpack +*.zip \ No newline at end of file