Skip to content

Commit

Permalink
Ensure more files don't get exported when creating a zip
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Dec 19, 2024
1 parent f3b7811 commit ab98b5b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
* text
.* export-ignore
composer.lock text -diff
phpstan.* export-ignore
phpunit.* export-ignore
tests export-ignore
* text
.* export-ignore
/composer.lock text -diff
/phpstan.*.yml export-ignore
/phpcs.*.yml export-ignore
/codeception.*.yml export-ignore
/.env.testing* export-ignore
/tests export-ignore
/.github export-ignore
/.editorconfig export-ignore

0 comments on commit ab98b5b

Please sign in to comment.