chore: update .gitignore to block internal files from public repo
This commit is contained in:
parent
a95cc1a201
commit
75eba7feb6
|
|
@ -1,3 +1,16 @@
|
||||||
|
# Internal Agent Files (never public)
|
||||||
|
.agent/
|
||||||
|
.claude/
|
||||||
|
.kiro/
|
||||||
|
.cursor/
|
||||||
|
|
||||||
|
# Internal Reports & Handoffs
|
||||||
|
HANDOFF-*.md
|
||||||
|
SPRINT_REPORT_*.md
|
||||||
|
*REPORT_*.md
|
||||||
|
ARTEFACT-*.md
|
||||||
|
*INTERNAL*.md
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
target/
|
target/
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue