alpine-php8-webserver/.gitattributes
holzi1005 8abb21386a
Some checks are pending
buildx / buildx (push) Waiting to run
first commit
2024-12-07 20:33:11 +01:00

10 lines
243 B
Text

# Ensure shell scripts retain executable bit
*.sh text eol=lf
*.sh binary
# Ensure entrypoint scripts retain executable bit
**/docker-entrypoint.sh text eol=lf
**/docker-entrypoint.sh binary
# Default text files to use LF
* text=auto eol=lf