Skip to content

Commit d771d21

Browse files
phpstan-botclaude
authored andcommitted
Add missing export-ignore rules to .gitattributes
Add export-ignore for .editorconfig, phpstan-baseline.neon, and CLAUDE.md so they are excluded from the distributed archive. These are development-only files not needed by end users. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 209592a commit d771d21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
.github export-ignore
66
tests export-ignore
77
tmp export-ignore
8+
CLAUDE.md export-ignore
9+
.editorconfig export-ignore
810
.gitattributes export-ignore
911
.gitignore export-ignore
1012
Makefile export-ignore
1113
phpstan.neon export-ignore
14+
phpstan-baseline.neon export-ignore
1215
phpunit.xml export-ignore

0 commit comments

Comments
 (0)