diff options
| author | kuba6000 <kuba.123123.6000@gmail.com> | 2022-08-05 01:16:57 +0200 |
|---|---|---|
| committer | kuba6000 <kuba.123123.6000@gmail.com> | 2022-08-05 01:16:57 +0200 |
| commit | 55c3e624f7420e1f2e93a396cdef5189885062d9 (patch) | |
| tree | 2bdbb9f31087331bfa3b3d7d7d13a462f92ce2c8 /.gitattributes | |
| parent | 0b07653e13a262f404b231c68e03a979707b8b0c (diff) | |
| download | GT5-Unofficial-55c3e624f7420e1f2e93a396cdef5189885062d9.tar.gz GT5-Unofficial-55c3e624f7420e1f2e93a396cdef5189885062d9.tar.bz2 GT5-Unofficial-55c3e624f7420e1f2e93a396cdef5189885062d9.zip | |
Empty minecraft mod
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 37 |
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 |
