Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading