matrix-php-sdk/.gitattributes

12 lines
428 B
Plaintext
Raw Normal View History

2014-10-26 16:37:00 +00:00
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
2014-10-26 16:37:39 +00:00
# Ignore all test and documentation with "export-ignore".
2014-10-26 16:37:00 +00:00
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpcs.xml.dist export-ignore
2014-10-26 16:37:00 +00:00
/phpunit.xml.dist export-ignore
2014-12-02 08:33:34 +00:00
/.scrutinizer.yml export-ignore
2014-10-26 16:37:00 +00:00
/tests export-ignore
/docs export-ignore