From 116fbd9c80e59b7553bf9ed4d41b422e0a81ca96 Mon Sep 17 00:00:00 2001 From: Guy Perfect Date: Tue, 18 Feb 2025 16:42:52 -0600 Subject: [PATCH] Configure Git --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..68aa440 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +*.c text eol=lf diff=c +*.css text eol=lf diff=css +*.h text eol=lf diff=c +*.html text eol=lf diff=html +*.java text eol=lf diff=java +*.js text eol=lf diff=js +*.txt text eol=lf + +*.class binary +*.dll binary +*.wasm binary +*.woff2 binary