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
1 changed files with 4 additions and 1 deletions

5
.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
@ -83,4 +86,4 @@
.gitignore export-ignore
.gitkeep export-ignore
.vscode export-ignore
.idea export-ignore
.idea export-ignore