# Git Attributes for OllamaDeploy
# Ensures consistent line endings across platforms

# Shell scripts must always use LF (Unix line endings)
*.sh text eol=lf

# Documentation uses LF
*.md text eol=lf

# YAML files use LF
*.yaml text eol=lf
*.yml text eol=lf

# Binary files
*.pdf binary
*.dmg binary
*.pkg binary
