diff options
author | cel 🌸 <cel@blos.sm> | 2023-07-07 17:02:38 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-07-07 17:02:38 +0100 |
commit | 8ebad2fcb76f2c48cc8de4551c864e9157d07a76 (patch) | |
tree | c9bd3ab885eb542be886f5bbd95678f283a6d136 /.gitattributes | |
parent | 60acad5476f85a0062d72e97f2d0a780ec0e8de2 (diff) | |
download | 2022-8ebad2fcb76f2c48cc8de4551c864e9157d07a76.tar.gz 2022-8ebad2fcb76f2c48cc8de4551c864e9157d07a76.tar.bz2 2022-8ebad2fcb76f2c48cc8de4551c864e9157d07a76.zip |
fix gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 11 |
1 files changed, 0 insertions, 11 deletions
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 |