Skip to content

Commit

Permalink
Remove examples and other files from exports
Browse files Browse the repository at this point in the history
Examples require 'require-dev' dependencies, which aren't available if the package is installed via Composer as a dependency.

Closes #268.
  • Loading branch information
kelunik committed Sep 21, 2018
1 parent 40f83bd commit b703e23
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/test export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
* text eol=lf
*.png -text
/examples export-ignore
/test export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitmodules export-ignore
/.php_cs.dist export-ignore
/.phpstorm.meta.php export-ignore
/.travis.yml export-ignore
/infection.json.dist export-ignore
/phpunit.xml.dist export-ignore
* text eol=lf
*.png -text

0 comments on commit b703e23

Please sign in to comment.