Prevent some files from being eol converted

Closes #813

Well, hopefully. This hasn't been tested, as I don't have easy access to
Windows.
This commit is contained in:
Jonathan Coates 2021-06-28 18:16:30 +01:00
parent a256b70685
commit 0b65d56ab0
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
1 changed files with 12 additions and 0 deletions

12
.gitattributes vendored
View File

@ -1,3 +1,15 @@
# Ignore changes in generated files
src/generated/resources/data/** linguist-generated
src/test/server-files/structures linguist-generated
* text=auto
*.gradle eol=lf diff=java
*.java eol=lf diff=java
*.kt eol=lf diff=java
*.lua eol=lf
*.md eol=lf diff=markdown
*.txt eol=lf
*.png binary
*.jar binary