From 6d1611341ade842ad1af699854933c812f8c008a Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Tue, 19 Apr 2022 18:20:29 -0700 Subject: [PATCH] update .gitattributes --- .gitattributes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6ba3c96..308c7fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,7 @@ -/public/resources** linguist-vendored=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 +*.html linquist-detecable=false \ No newline at end of file