From 5cc019270706b73bfcc23229f90ed3475402f693 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