chore: Add Dockerfile to .gitattributes

Ensures that a git clone / checkout for Windows users will keep `LF` as the line endings for `Dockerfile`. This is required for the HEREDOC feature to work correctly.
This commit is contained in:
Brennan Kinney
2024-10-17 08:49:03 +13:00
committed by GitHub
parent 28fd9b5f7c
commit 7df9f7a1db

2
.gitattributes vendored
View File

@@ -5,6 +5,8 @@
*.sh text eol=lf *.sh text eol=lf
supervisor.conf text eol=lf supervisor.conf text eol=lf
systemd.service text eol=lf systemd.service text eol=lf
# Using the HEREDOC feature expects LF:
Dockerfile text eol=lf
############################################################################### ###############################################################################
# Set default behavior for command prompt diff. # Set default behavior for command prompt diff.
# #