Files
Dapper/.gitattributes
2026-02-26 14:20:17 -05:00

18 lines
253 B
Plaintext

# Auto-normalize line endings
* text=auto
# Force text files to LF
*.php text eol=lf
*.js text eol=lf
*.css text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.json text eol=lf
# Binaries
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary