mirror of
https://github.com/yiisoft/yii.git
synced 2026-02-19 17:11:23 +01:00
31 lines
584 B
Plaintext
31 lines
584 B
Plaintext
* 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
|
|
|
|
# Ignore all test and documentation for archive
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.github export-ignore
|
|
/tests export-ignore
|
|
/docs export-ignore
|
|
/build export-ignore
|