Add agent session files and temporary work files to gitignore
Exclude: - AGENT_*.md/txt files (session summaries) - SESSION_*.md files - PASTE_INTO_*.txt files - Test scripts and integration scripts - Reviews directory These are temporary work files that shouldn't be committed. 🚂 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
44d7baad4c
commit
40d6986f0e
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -57,3 +57,17 @@ data/
|
|||
playwright.config.manual.js
|
||||
tests/e2e/frontend-detailed.spec.js
|
||||
tests/e2e/frontend-manual.spec.js
|
||||
|
||||
# Agent session summaries and temporary work files
|
||||
AGENT_*.md
|
||||
AGENT_*.txt
|
||||
SESSION_*.md
|
||||
PASTE_INTO_*.txt
|
||||
*_SUMMARY.txt
|
||||
*_COMPLETE.md
|
||||
*_GUIDE.md
|
||||
*_CHECKLIST.md
|
||||
integrate*.sh
|
||||
integrate*.py
|
||||
test-*.js
|
||||
reviews/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue