Skip to content

Commit

Permalink
Update .gitattributes to not package unrequired files in releases (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-challis authored Dec 6, 2022
1 parent 81d9d85 commit 3bdcca8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
/composer.lock -merge
/.github export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php-cs-fixer.php export-ignore
composer.lock export-ignore -merge
infection.json.dist export-ignore
phpstan.neon export-ignore
phpstan-rector.neon export-ignore
phpunit.xml.dist export-ignore
rector.php export-ignore

0 comments on commit 3bdcca8

Please sign in to comment.