From 45da429ed291f0adf2864bf14ae25205bb62d48b Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Tue, 12 Mar 2024 19:42:17 +0100 Subject: [PATCH] Created gitattributes. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1c76159 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.html -linguist-detectable +*.css -linguist-detectable +*.sql linguist-language=SQL \ No newline at end of file