From 8ebad2fcb76f2c48cc8de4551c864e9157d07a76 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 7 Jul 2023 17:02:38 +0100 Subject: fix gitattributes --- .gitattributes | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 24d1f8f..77f7846 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,14 +3,3 @@ *.inc linguist-language=cpp thirdparty/* linguist-vendored -# The above only works properly for Git 2.10+, so for older versions -# we need to manually list the binary files we don't want modified. -*.icns filter=lfs diff=lfs merge=lfs -text -*.ico binary -*.jar filter=lfs diff=lfs merge=lfs -text -*.png filter=lfs diff=lfs merge=lfs -text -*.ttf filter=lfs diff=lfs merge=lfs -text -*.tza filter=lfs diff=lfs merge=lfs -text -*.material filter=lfs diff=lfs merge=lfs -text -*.import filter=lfs diff=lfs merge=lfs -text -*.mp3 filter=lfs diff=lfs merge=lfs -text -- cgit