From 97ef4421fbe7e1afd5ca0913f86b68d2df2db859 Mon Sep 17 00:00:00 2001 From: abarichello Date: Wed, 20 May 2020 13:10:20 -0300 Subject: [PATCH] gitattributes: Tell Github Linguist to ignore .sc files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..76bc6ba9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sc linguist-detectable=false +*.SC linguist-detectable=false \ No newline at end of file