2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 10:38:12 -07:00
rife2/.gitattributes

17 lines
No EOL
324 B
Text

#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Force text files to have lf line endings
* text eol=lf
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf
*.png binary
*.jpg binary
*.gif binary
*.tif binary