chore(git): update gitattributes

set Dockerfile as mandatory EOF=LF
This commit is contained in:
Asif Bacchus 2021-07-09 15:31:06 -06:00
parent 65ca8dc55b
commit c01de4f3e9

3
.gitattributes vendored
View File

@ -72,6 +72,9 @@
*.tgz binary
*.zip binary
# Docker build files
Dockerfile text eol=lf
# Text files where line endings should be preserved
*.patch -text