From f52a7c8cb33ffe05c52238926394b7c88a909e39 Mon Sep 17 00:00:00 2001 From: Imbus Date: Sun, 5 Nov 2023 17:43:50 +0100 Subject: [PATCH] Added mp3 to lfs tracking --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5b0d1a4..cee2cd3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf *.png filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text