Skip to content

Commit

Permalink
add .gitattributes file to ensure files copied to docker container ha…
Browse files Browse the repository at this point in the history
…ve LF line endings and all files stay unix on commit
  • Loading branch information
stephan orlowsky authored and WuTheFWasThat committed Feb 21, 2019
1 parent a3aa7de commit 68bf7a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 68bf7a0

Please sign in to comment.