AntiAtropos / .gitattributes
div18
fix: Grafana 404 — Prometheus datasource missing route-prefix
a131547
Raw
History Blame Contribute Delete
304 Bytes
# Shell scripts must always use LF (Linux) line endings
*.sh text eol=lf
# Windows-specific scripts
*.ps1 text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
# YAML and Docker files should be LF
*.yml text eol=lf
*.yaml text eol=lf
Dockerfile text eol=lf
*.conf text eol=lf
.dockerignore text eol=lf