mirror of
https://github.com/ethauvin/rife2.git
synced 2025-05-01 02:58:12 -07:00
Tweak git default behavior for windows machines
This commit is contained in:
parent
5ca650037b
commit
c496f9666c
1 changed files with 7 additions and 0 deletions
7
.gitattributes
vendored
7
.gitattributes
vendored
|
@ -1,9 +1,16 @@
|
|||
#
|
||||
# https://help.github.com/articles/dealing-with-line-endings/
|
||||
#
|
||||
|
||||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue