18 lines
253 B
Plaintext
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
|