diff options
author | KennyTV <[email protected]> | 2021-06-12 14:09:11 +0200 |
---|---|---|
committer | KennyTV <[email protected]> | 2021-06-12 14:09:11 +0200 |
commit | 88bc74ec42dd81d5284167435458cead27991ff3 (patch) | |
tree | ef4b1cd98d98b6ebe51fda69fedde658b8cba615 /.gitattributes | |
parent | 3c1cd3bdf2a393695086f665f708b93f459902a4 (diff) | |
download | Paper-88bc74ec42dd81d5284167435458cead27991ff3.tar.gz Paper-88bc74ec42dd81d5284167435458cead27991ff3.zip |
Fix patch, fix .gitattributes file name
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..2fb638f44b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +*.sh text eol=lf +gradlew text eol=lf +*.bat text eol=crlf + +*.jar binary |