Files
yii/.gitattributes
Foma Tuturov 99a426ba9f Update .gitattributes (#4522)
Changed outdated project deployment settings.
2023-05-18 23:31:57 +03:00

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