Browse Source

Merge pull request #5120 from cakephp/3.0-export-ignore

3.0 - Make distribution archives smaller.
José Lorenzo Rodríguez 11 years ago
parent
commit
5eeb5cbeab
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