Add explanation comment to .gitattributes

This commit is contained in:
Harald Reingruber 2022-05-05 23:30:25 +02:00 committed by Philipp Rothmann
parent c442327275
commit b07653b34f

3
.gitattributes vendored
View file

@ -1,4 +1,5 @@
# Fixes line endings for Windows (Docker) environment, which are by default converted to crlf
* text=auto * text=auto
*.sh text eol=lf *.sh text eol=lf
proc-start text eol=lf proc-start text eol=lf
Rakefile text eol=lf Rakefile text eol=lf