From 4fc72e39adfc6a59ba427e75a1a7cadde8229583 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Thu, 21 Mar 2024 05:46:12 -0400 Subject: [PATCH] get back a proper git attibutes to use only linux format files --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ff97821 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Improve language detection of repo by ignoring x files. +*.x -linguist-detectable + +# Auto detect text files and perform LF normalization +* text=auto