Skip to content

Commit 68bf7a0

Browse files
stephan orlowskyWuTheFWasThat
stephan orlowsky
authored andcommitted
add .gitattributes file to ensure files copied to docker container have LF line endings and all files stay unix on commit
1 parent a3aa7de commit 68bf7a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# convert to OS line endings on checkout, back to LF on commit
2+
* text=auto
3+
4+
# ensure anything copied to the container has unix style line endings
5+
*.sh text eol=lf
6+
requirements.txt text eol=lf

0 commit comments

Comments
 (0)