Skip to content

Commit 30970ba

Browse files
committed
Add AGENTS.md files to .gitattributes for export-ignore
This ensures that AGENTS.md files (similar to CLAUDE.md) are excluded from archive exports while remaining in the repository for development use.
1 parent a709f6d commit 30970ba

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

src/agent/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
phpstan.dist.neon export-ignore
66
phpunit.xml.dist export-ignore
77
CLAUDE.md export-ignore
8+
AGENTS.md export-ignore

src/ai-bundle/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
phpstan.dist.neon export-ignore
66
phpunit.xml.dist export-ignore
77
CLAUDE.md export-ignore
8+
AGENTS.md export-ignore

src/mcp-bundle/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.gitignore export-ignore
44
phpstan.dist.neon export-ignore
55
CLAUDE.md export-ignore
6+
AGENTS.md export-ignore

src/mcp-sdk/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/.php-cs-fixer.dist.php export-ignore
55
/phpstan.dist.neon export-ignore
66
/phpunit.xml.dist export-ignore
7+
AGENTS.md export-ignore

src/platform/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
phpstan.dist.neon export-ignore
66
phpunit.xml.dist export-ignore
77
CLAUDE.md export-ignore
8+
AGENTS.md export-ignore

src/store/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
phpstan.dist.neon export-ignore
66
phpunit.xml.dist export-ignore
77
CLAUDE.md export-ignore
8+
AGENTS.md export-ignore

0 commit comments

Comments
 (0)