mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-30 22:44:23 +01:00
Add .gitattributes
This commit is contained in:
parent
2ba420b22d
commit
2d7ee65a0e
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user