Archived
1
0
Fork 0
This repository has been archived on 2025-09-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vproxy/.gitattributes
2025-06-02 10:23:48 +02:00

12 lines
278 B
Text

#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf
# Binary files should be left untouched
*.jar binary