From e09d71c878a11ecb5ad7178809ebad2f7bb94104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20Ev=C3=A4kallio?= Date: Mon, 29 Jun 2020 07:14:04 +0100 Subject: [PATCH] .gitattributes: create --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a2bc667b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.md linguist-detectable=true +*.css linguist-detectable=false +*.html linguist-detectable=true \ No newline at end of file