Skip to content

Commit 73feeba

Browse files
phpstan-botclaude
authored andcommitted
Add missing export-ignore entries to .gitattributes
Add .editorconfig, CLAUDE.md, and phpstan-baseline.neon to the export-ignore list so they are excluded from distribution archives. These files are only needed for development and should not be shipped to end users. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent c6d73e5 commit 73feeba

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
@@ -3,8 +3,11 @@
33
.github export-ignore
44
tests export-ignore
55
tmp export-ignore
6+
.editorconfig export-ignore
67
.gitattributes export-ignore
78
.gitignore export-ignore
9+
CLAUDE.md export-ignore
810
Makefile export-ignore
911
phpstan.neon export-ignore
12+
phpstan-baseline.neon export-ignore
1013
phpunit.xml export-ignore

0 commit comments

Comments
 (0)