mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
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:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user