From c9e42fc9e5d60594338d05885a1b6b4ce9b71a18 Mon Sep 17 00:00:00 2001 From: Rafael Correa Date: Thu, 28 Mar 2024 08:20:28 -0300 Subject: [PATCH] Add gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..29d137a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf + +/** export-ignore +/addons !export-ignore +/addons/** !export-ignore \ No newline at end of file