Skip to content

Commit 48adbf3

Browse files
committed
Added archive export ignores for theme packages
Added package-level `.gitattributes` files so subtree-published theme repositories omit agent docs and workspace metadata from GitHub-generated source archives. This keeps the files available in source checkouts while preventing `archive/main.zip` downloads from including `AGENTS.md`, `CLAUDE.md`, or `pnpm-workspace.yaml`.
1 parent 4712fa0 commit 48adbf3

16 files changed

Lines changed: 64 additions & 0 deletions

File tree

packages/alto/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

packages/bulletin/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

packages/dawn/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

packages/digest/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

packages/dope/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

packages/ease/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

packages/edge/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

packages/edition/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

packages/episode/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

packages/headline/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/AGENTS.md export-ignore
2+
/CLAUDE.md export-ignore
3+
/pnpm-workspace.yaml export-ignore
4+
/.gitattributes export-ignore

0 commit comments

Comments
 (0)