Skip to content

Commit

Permalink
add unnecessary files/folders to export-ignore
Browse files Browse the repository at this point in the history
`/tests`, `/phpunit.xml.dist`, and `/.travis.yml` aren't needed when pulling down the package via Composer, so we can add them to the `export-ignore` list to prevent them from being downloaded.
  • Loading branch information
svenluijten authored May 31, 2018
1 parent 5f3e2c1 commit b85fef3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/README.md export-ignore
/examples export-ignore
/examples export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore
/.travis.yml export-ignore

0 comments on commit b85fef3

Please sign in to comment.