From b6b8edce830190b02a4ce4bca1a23b711944ff5d Mon Sep 17 00:00:00 2001 From: VoidTwo Date: Sun, 28 Nov 2021 20:29:53 -0600 Subject: [PATCH] Added MP3 and WAV as binary files --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 002ad57..a1afe56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,5 +8,7 @@ *.tres text *.jpg binary +*.mp3 binary *.png binary -*.ttf binary \ No newline at end of file +*.ttf binary +*.wav binary \ No newline at end of file