Update .gitattributes for Dockerfile
Added a line in the .gitattributes file to enforce LF line endings for Dockerfile. This is to avoid any potential issues with line endings when working cross-platform, ensuring that Dockerfile will consistently use LF regardless of the environment.
This commit is contained in:
parent
656ee0bcb5
commit
df0ef12af0
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
|||||||
* text=auto
|
* text=auto
|
||||||
|
Dockerfile text eol=lf
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
*.conf text eol=lf
|
*.conf text eol=lf
|
Loading…
Reference in New Issue
Block a user