From 822eebbf6c3ce19358d894db73b6f0c2fb350f6b Mon Sep 17 00:00:00 2001 From: David Walluck Date: Sat, 15 Mar 2025 11:29:45 -0400 Subject: [PATCH] Add gitattributes file --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..598ef80 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +* -text +.gitattributes text eol=lf +.gitignore text eol=lf +.java-version text eol=lf +LICENSE text eol=lf +*.config text eol=lf +*.java text eol=lf +*.json text eol=lf +*.md text eol=lf +*.sh text eol=lf +*.xml text eol=lf +*.yml text eol=lf