Skip to content

Commit ca15362

Browse files
chore: ignore local PR-split and review artifacts
.split-snapshot/ (per-feature server/index snapshots used to port hunks into isolated PR branches), PLATFORM-MAP.md, and *.orig merge leftovers are local working aids, not source. Ignore them so they never leak into a feature commit.
1 parent 958d88b commit ca15362

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ social/
2121
CLAUDE.md
2222
scripts/wallet-audit.mjs
2323

24+
# Local PR-splitting / review work artifacts — never commit.
25+
.split-snapshot/
26+
PLATFORM-MAP.md
27+
*.orig
28+
2429
# Brand assets — ship these despite the global image rule above.
2530
!public/logo.png
2631
!public/logo-dark.png

0 commit comments

Comments
 (0)