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:
norimicry 2024-04-03 08:37:55 -04:00
parent 656ee0bcb5
commit df0ef12af0

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
* text=auto
Dockerfile text eol=lf
*.sh text eol=lf
*.conf text eol=lf