mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
24 lines
355 B
Plaintext
24 lines
355 B
Plaintext
# Autodetect text files
|
|
* text=auto
|
|
|
|
# ...Unless the name matches the following overriding patterns
|
|
|
|
# Definitively text files
|
|
*.php text
|
|
*.css text
|
|
*.js text
|
|
*.txt text
|
|
*.md text
|
|
*.xml text
|
|
*.json text
|
|
*.bat text
|
|
*.sql text
|
|
*.xml text
|
|
*.yml text
|
|
|
|
# Ensure those won't be messed up with
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.ttf binary
|