alpine-php8-webserver/.gitattributes

11 lines
243 B
Text
Raw Normal View History

2024-12-07 20:33:11 +01:00
# 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