Skip to content

Commit 52e73c5

Browse files
chore: exclude dev files from dist archives; ensure license metadata
Packaging hygiene (phpnomad-wide initiative): tests, CI config, and tool configs are export-ignored so dist installs stop shipping fixtures and stubs that can redeclare framework interfaces in consumers' analysis scope. LICENSE file ensured.
1 parent a1ccee4 commit 52e73c5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/tests export-ignore
2+
/.github export-ignore
3+
/phpunit.xml export-ignore
4+
/.php-cs-fixer.dist.php export-ignore
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore

0 commit comments

Comments
 (0)