From a5ac769d3aafe2ef0592a98962fa872edb5f8cfc Mon Sep 17 00:00:00 2001 From: officereso Date: Fri, 29 Jan 2021 20:28:23 -0600 Subject: [PATCH] Now tracking .mp3 files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ea62d50..41b9018 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,4 @@ *.psd filter=lfs diff=lfs merge=lfs -text *.xcf filter=lfs diff=lfs merge=lfs -text *.smd filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text