Browse Source

Added ignore all test and documentation for archive [skip ci]

9899-cache-bug
Daniel Gomez Pan 9 years ago
parent
commit
392ea93d79
  1. 11
      .gitattributes

11
.gitattributes vendored

@ -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

Loading…
Cancel
Save