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
|
|
|
|
/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
|
2016-11-24 13:11:19 +00:00
|
|
|
/docs export-ignore
|