From 7cd6ff0a61af719b5e25905a4e8860951347d867 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 15 Apr 2022 13:34:40 -0700 Subject: [PATCH] hide languages --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab1dd0d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.js linguist-detectable=false +*.css linguist-detectable=false \ No newline at end of file