From 0fabdf6def45abdfa138996fc20392e8004ad0b9 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Fri, 19 Aug 2022 12:29:36 +1000 Subject: [PATCH] Include SVGs when calculating project's language stats --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7c4c7c4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Include SVGs when calculating project's language stats +*.svg linguist-detectable