Skip to content

Commit d0a5548

Browse files
committed
Exclude phpstan.neon and .github directories from packages
Exclude these files/directories when publishing releases to composer. .github only contains files for GitHub workflows (CI) right now.
1 parent a35ec03 commit d0a5548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
/tools export-ignore
1313
/validation export-ignore
1414
/.gitattributes export-ignore
15+
/.github export-ignore
1516
/.gitignore export-ignore
1617
/.gitmodules export-ignore
1718
/.travis.yml export-ignore
1819
/Contributing.md export-ignore
1920
/README.md export-ignore
21+
/phpstan.neon export-ignore
2022
/phpunit.xml export-ignore
2123
/.dockerignore export-ignore

0 commit comments

Comments
 (0)