From 25767c21e60fccb6ec765f188462248608b4f0e4 Mon Sep 17 00:00:00 2001 From: Nabil Chatbi Date: Tue, 30 Jun 2020 10:45:04 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f9969b3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.swift linguist-detectable=true + *.js linguist-detectable=false + *.html linguist-detectable=false + *.xml linguist-detectable=false