From a47f9fdbd47007302e9547c9eb2d4bf28a804140 Mon Sep 17 00:00:00 2001 From: Philip Smart Date: Mon, 2 Mar 2020 11:13:43 +0000 Subject: [PATCH] Attributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5df3688 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +*.cpp linguist-detectable=true +*.c linguist-detectable=true +*.asm linguist-detectable=true +*.pl linguist-detectable=true +*.sh linguist-detectable=true +*.css linguist-detectable=false +*.js linguist-detectable=false +*.java linguist-detectable=true