mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-04 18:09:41 +01:00
24 lines
369 B
Plaintext
24 lines
369 B
Plaintext
# Normalize as LF in the repository, OS native locally
|
|
* text=auto
|
|
|
|
*.bat text eol=crlf
|
|
gradlew text eol=lf
|
|
*.sh text eol=lf
|
|
|
|
*.java text
|
|
*.java diff=java
|
|
|
|
# Binary files that should not be modified
|
|
*.dat binary
|
|
*.db binary
|
|
*.icns binary
|
|
*.ico binary
|
|
*.jar binary
|
|
*.jks binary
|
|
*.jpg binary
|
|
*.key binary
|
|
*.png binary
|
|
*.ttf binary
|
|
*.wav binary
|
|
JavaApplicationStub binary
|