From 5f1959e322f16f5c91ee0a9dd62f9774b5f3b4e0 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 18 Oct 2024 01:51:17 +0800 Subject: [PATCH] Git attributes for ignoring specific file extensions for repository statistics. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8a15ca9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.css linguist-detectable=false +*.js linguist-detectable=false +*.html linguist-detectable=false