Skip to content

Commit efc9919

Browse files
committed
Add AGENTS.md and CLAUDE.md to gitattributes export-ignore
Mark AGENTS.md and CLAUDE.md files as export-ignore in .gitattributes to exclude them from package exports, similar to other development and documentation files.
1 parent db665fe commit efc9919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/toolbox/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
3+
/AGENTS.md export-ignore
4+
/CLAUDE.md export-ignore
35
/phpunit.xml.dist export-ignore
46
/phpstan.dist.neon export-ignore
57
/tests export-ignore

0 commit comments

Comments
 (0)