Skip to content

Commit

Permalink
add export ignore to reduce size in vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Sep 4, 2024
1 parent 12e0a93 commit 9456693
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* text=auto
* eol=lf

.git export-ignore
.github export-ignore
docker export-ignore
tests export-ignore
.gitingore export-ignore
.php-cs-fixer.php export-ignore
actions.phpunit.xml export-ignore
CHANGELOG.md export-ignore
docker-compose.yml export-ignore
output.php export-ignore
phpstan.neon export-ignore
rector.php export-ignore

0 comments on commit 9456693

Please sign in to comment.