Skip to content

Commit 949bc7f

Browse files
committed
minor #498 Add AGENTS.md files to .gitattributes for export-ignore (OskarStark)
This PR was merged into the main branch. Discussion ---------- Add `AGENTS.md` files to `.gitattributes` for `export-ignore` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT This ensures that AGENTS.md files (similar to CLAUDE.md) are excluded from archive exports while remaining in the repository for development use. Commits ------- 30970ba Add AGENTS.md files to .gitattributes for export-ignore
2 parents a709f6d + 30970ba commit 949bc7f

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)