.gitattributes

This commit is contained in:
Xujiayao 2025-08-15 11:15:57 +08:00
parent 077f2b75eb
commit b726cd9f8d

5
.gitattributes vendored
View file

@ -1,6 +1,10 @@
# #
# https://help.github.com/articles/dealing-with-line-endings/ # https://help.github.com/articles/dealing-with-line-endings/
# #
# Auto detect text files and perform LF normalization
* text=auto eol=lf
# Linux start script should use lf # Linux start script should use lf
/gradlew text eol=lf /gradlew text eol=lf
@ -9,4 +13,3 @@
# Binary files should be left untouched # Binary files should be left untouched
*.jar binary *.jar binary