Merge pull request #9827 from pana1990/patch

Added ignore all test and documentation for archive [skip ci]
This commit is contained in:
Alexander Makarov
2015-10-04 13:35:28 +03:00

11
.gitattributes vendored
View File

@@ -21,3 +21,14 @@
*.jpg binary
*.gif binary
*.ttf binary
# Ignore all test and documentation for archive
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/docs export-ignore
/build export-ignore