mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-26 10:41:14 +00:00
27 lines
570 B
Text
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
|