chore(git): update gitattributes
set Dockerfile as mandatory EOF=LF
This commit is contained in:
parent
65ca8dc55b
commit
c01de4f3e9
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -72,6 +72,9 @@
|
|||||||
*.tgz binary
|
*.tgz binary
|
||||||
*.zip binary
|
*.zip binary
|
||||||
|
|
||||||
|
# Docker build files
|
||||||
|
Dockerfile text eol=lf
|
||||||
|
|
||||||
# Text files where line endings should be preserved
|
# Text files where line endings should be preserved
|
||||||
*.patch -text
|
*.patch -text
|
||||||
|
|
||||||
@ -83,4 +86,4 @@
|
|||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
.gitkeep export-ignore
|
.gitkeep export-ignore
|
||||||
.vscode export-ignore
|
.vscode export-ignore
|
||||||
.idea export-ignore
|
.idea export-ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user