Skip to content

Commit beb08f3

Browse files
committed
fix: exclude irrelevant files from composer package
1 parent 1432978 commit beb08f3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitattributes

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
/.dependabot/ export-ignore
2-
/.github/ export-ignore
3-
/test/ export-ignore
1+
/.dependabot export-ignore
2+
/.github export-ignore
3+
/test export-ignore
4+
/.codecov.yml export-ignore
45
/.editorconfig export-ignore
56
/.gitattributes export-ignore
67
/.gitignore export-ignore
8+
/.php-cs-fixer.php export-ignore
9+
/.releaserc.json export-ignore
10+
/CHANGELOG.md export-ignore
11+
/CONTRIBUTING.md export-ignore
712
/Makefile export-ignore
13+
/package.json export-ignore
14+
/package-lock.json export-ignore
815
/phpstan.neon export-ignore
916
/phpunit.xml export-ignore
17+
/rector.php export-ignore

0 commit comments

Comments
 (0)