From 37e28857b776b0e515a40e5c6bec59fdeaed0821 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 2 Apr 2022 18:31:15 +0200 Subject: [PATCH] add gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d790abd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text \ No newline at end of file