From c7292cf5abbce32a3b4745a781cf72a4bef9c8ee Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Sun, 20 Oct 2019 16:12:13 +0200 Subject: [PATCH] Mark SVG files as code --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 48d6bb83c..a0c47bfdb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ #Mark Markdown files as detectable by Linguist so that Github displays it. *.md linguist-detectable=true +#I hand-write my SVG files as if they are code. They sort of are. +*.svg linguist-detectable=true #Don't export Git-specific files. .gitattributes export-ignore