From d630689d9d414a8809a5be1535d77d7976d0cb9b Mon Sep 17 00:00:00 2001 From: Scarabeaver Date: Sat, 16 Jul 2022 15:34:10 +0200 Subject: Update .gitattributes --- .gitattributes | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index 53b193c..4257496 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ - 18 lines (16 sloc) 488 Bytes - # Properly detect languages on Github *.h linguist-language=cpp *.inc linguist-language=cpp @@ -7,14 +5,14 @@ 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 binary +*.icns filter=lfs diff=lfs merge=lfs -text *.ico binary -*.jar binary -*.png binary -*.ttf binary -*.tza binary - -.godot binary -.material binary -.import binary -*.tscn filter=lfs diff=lfs merge=lfs -text \ No newline at end of file +*.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 +*.godot filter=lfs diff=lfs merge=lfs -text +*.material filter=lfs diff=lfs merge=lfs -text +*.import filter=lfs diff=lfs merge=lfs -text +*.tscn filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text -- cgit