aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorkuba6000 <kuba.123123.6000@gmail.com>2022-08-05 01:16:57 +0200
committerkuba6000 <kuba.123123.6000@gmail.com>2022-08-05 01:16:57 +0200
commit55c3e624f7420e1f2e93a396cdef5189885062d9 (patch)
tree2bdbb9f31087331bfa3b3d7d7d13a462f92ce2c8 /.gitattributes
parent0b07653e13a262f404b231c68e03a979707b8b0c (diff)
downloadGT5-Unofficial-55c3e624f7420e1f2e93a396cdef5189885062d9.tar.gz
GT5-Unofficial-55c3e624f7420e1f2e93a396cdef5189885062d9.tar.bz2
GT5-Unofficial-55c3e624f7420e1f2e93a396cdef5189885062d9.zip
Empty minecraft mod
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes37
1 files changed, 35 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index dfe0770424..9917fc4abe 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,35 @@
-# Auto detect text files and perform LF normalization
-* text=auto
+* text eol=lf
+
+*.jar binary
+
+*.png binary
+*.jpg binary
+*.jpeg binary
+*.gif binary
+*.tif binary
+*.tiff binary
+*.ico binary
+*.svg text
+*.eps binary
+
+*.kar binary
+*.m4a binary
+*.mid binary
+*.midi binary
+*.mp3 binary
+*.ogg binary
+*.ra binary
+
+*.7z binary
+*.gz binary
+*.tar binary
+*.tgz binary
+*.zip binary
+
+*.patch -text
+
+*.bat text eol=crlf
+*.cmd text eol=crlf
+*.ps1 text eol=crlf
+
+*autogenerated binary \ No newline at end of file