Skyvern/.gitattributes
Alex Angin a610292ea2
Feature: credentials page & vaultwarden compose setup (#3534)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-10-16 04:50:33 +00:00

27 lines
570 B
Text

# Set default behavior to automatically normalize line endings
* text=auto
# Force Unix LF line endings for shell scripts
*.sh text eol=lf
bitwarden-cli-server/entrypoint.sh text eol=lf
# Force Unix LF line endings for Python files
*.py text eol=lf
# Force Unix LF line endings for Docker files
Dockerfile text eol=lf
*.dockerfile text eol=lf
# Force Unix LF line endings for YAML and config files
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.md text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary