Skip to content

Commit

Permalink
Optimize production build by ignoring dev files
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls authored and nikic committed Sep 18, 2019
1 parent 97e59c7 commit 6032031
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/test export-ignore
/test_old export-ignore
/doc export-ignore
CHANGELOG.md export-ignore
.travis.yml export-ignore
phpunit.xml.dist export-ignore
UPGRADE-*.md export-ignore

0 comments on commit 6032031

Please sign in to comment.