Skip to content

Commit

Permalink
Add coveralls, github and makefile to gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
adbario committed Mar 28, 2022
1 parent eb3174b commit aca06bf
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
/.coveralls.yml export-ignore
/.editorconfig export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/Makefile export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore
/tests export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
phpcs.xml export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore

0 comments on commit aca06bf

Please sign in to comment.