Browse Source

Make distribution archives smaller.

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.
ADmad 11 years ago
parent
commit
83097809a8
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .gitattributes

+ 14 - 0
.gitattributes

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