From bac1f697a2885e1a51604088936df3b67a4d9d2d Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Sun, 1 Oct 2023 19:26:10 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7a6fbd8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.html linguist-detectable=false +*.js linguist-detectable=false