From b4960d1e5fccb4530bcb2c45b1cbf1bb99241e86 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 17 Oct 2023 15:04:06 +0200 Subject: [PATCH] Update .gitattributes --- docs/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.gitattributes b/docs/.gitattributes index c43f13c..5f61a9b 100644 --- a/docs/.gitattributes +++ b/docs/.gitattributes @@ -1,3 +1,5 @@ # This is just so that GitHub shows the language "Swift" as the repo language. # I don't want it to say Kotlin, so I tell it that .png files are also accounting for Swift % lol. static/**/*.png linguist-language=Swift +static/**/*.gif linguist-language=Swift +static/**/*.mp4 linguist-language=Swift