From 875070f0a642d8e14d8c0441f34a7a0b8be20310 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 18 Apr 2022 21:18:09 -0700 Subject: [PATCH] update gitattributes --- .gitattributes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c2276e3..62943be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ -/public/resources/* linguist-detectable=false \ No newline at end of file +*.js linguist-detectable=false +*.css linguist-detectable=false +*.scss linguist-detectable=false +*.coffee linguist-detectable=false +*.handlebars linguist-detectable=false +*.hbs linguist-detectable=false \ No newline at end of file