Skip to content

Commit

Permalink
Make distribution archives smaller.
Browse files Browse the repository at this point in the history
Tests and other config files are ignored in archives generated using
`git archive`. Fixtures are kept back as they are often used in app / plugin
tests.
  • Loading branch information
ADmad committed Nov 9, 2014
1 parent b9355c4 commit 8309780
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,17 @@
*.gif binary
*.ico binary
*.mo binary

# Remove files for archives generated using `git archive`
appveyor.yml export-ignore
CONTRIBUTING.md export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
Makefile export-ignore
phpunit.xml.dist export-ignore
.travis.yml export-ignore
tests/test_app export-ignore
tests/TestCase export-ignore
tests/bake_compare export-ignore
tests/bootstrap.php export-ignore

0 comments on commit 8309780

Please sign in to comment.