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:
stephan orlowsky
2019-02-21 11:47:39 +01:00
committed by Jeff Wu
parent a3aa7de9e1
commit 68bf7a0036

6
.gitattributes vendored Normal file
View 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