add .gitattributes file to ensure files copied to docker container have LF line endings and all files stay unix on commit
This commit is contained in:
committed by
Jeff Wu
parent
a3aa7de9e1
commit
68bf7a0036
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# convert to OS line endings on checkout, back to LF on commit
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# ensure anything copied to the container has unix style line endings
|
||||||
|
*.sh text eol=lf
|
||||||
|
requirements.txt text eol=lf
|
Reference in New Issue
Block a user