From a02b15c35e807a57557fafc7a2b606b4be3b124b Mon Sep 17 00:00:00 2001 From: MattHalloran Date: Mon, 15 Jul 2024 22:01:35 -0400 Subject: [PATCH] Create .gitattributes --- .gitattributes | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5ca280e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,32 @@ +# Force all line endings to be LF, since the project is +# always ran in a Unix-based environment. +* text=auto +* text eol=lf + +# +# The above will handle all files NOT found below +# +# These files are text and should be normalized (Convert crlf => lf) +*.css text +*.html text +*.java text +*.js text +*.json text +*.properties text +*.sh text +*.ts text +*.txt text +*.xml text +*.conf text + +# These files are binary and should be left untouched +# (binary is macro for -text -diff) +*.class binary +*.jar binary +*.gif binary +*.jpg binary +*.png binary +*.rlib binary +*.rmeta binary +*.wasm binary +*.dylib binary