Skip to content

Commit 8d51c4b

Browse files
fix: Update .gitattributes to exclude additional files from the package. (#71)
1 parent eceef54 commit 8d51c4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,19 @@
2626
/CHANGELOG.md merge=union
2727

2828
# Exclude files from the archive
29+
/.editorconfig export-ignore
2930
/.gitattributes export-ignore
3031
/.github export-ignore
3132
/.gitignore export-ignore
3233
/.styleci.yml export-ignore
3334
/codeception.yml export-ignore
3435
/composer-require-checker.json export-ignore
3536
/docs export-ignore
37+
/ecs.php export-ignore
38+
/infection.json5 export-ignore
39+
/phpstan.neon export-ignore
3640
/phpunit.xml.dist export-ignore
3741
/psalm.xml export-ignore
3842
/rector.php export-ignore
43+
/runtime export-ignore
3944
/tests export-ignore

0 commit comments

Comments
 (0)