Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Remove uneeded assets from Prod installations
Browse files Browse the repository at this point in the history
- Remove tests folder from composer installation.
- Remove .travis.yml and phpunit.xml from composer installation.
  • Loading branch information
percymamedy authored and mheap committed Mar 19, 2018
1 parent d5866ae commit 98cdca5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/README.md export-ignore
/tests export-ignore
.travis.yml export-ignore
phpunit.xml export-ignore

0 comments on commit 98cdca5

Please sign in to comment.