Add runtime data files to gitignore
- Exclude session files and runtime data from version control - Keep repository clean for users 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
d5c7da85b5
commit
c62226a5a6
|
|
@ -47,4 +47,6 @@ build/
|
||||||
|
|
||||||
# Temporary files
|
# Temporary files
|
||||||
tmp/
|
tmp/
|
||||||
temp/
|
temp/src/data/sessions/
|
||||||
|
src/data/processed-messages.json
|
||||||
|
src/data/session-map.json
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue