chore: update ignore files for deployment
This commit is contained in:
parent
9df9942704
commit
437f694cfb
2 changed files with 14 additions and 0 deletions
|
|
@ -40,3 +40,10 @@ test-results/
|
|||
|
||||
# Frontend build (we copy from npm build)
|
||||
frontend/node_modules/
|
||||
|
||||
# Custom Exclusions
|
||||
*.jsonl
|
||||
debug_*.json
|
||||
ssr_data.json
|
||||
crawl_debug.*
|
||||
backups/
|
||||
|
|
|
|||
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -47,3 +47,10 @@ test-results/
|
|||
# Test files
|
||||
backend/test_*.py
|
||||
|
||||
# Custom Exclusions
|
||||
*.jsonl
|
||||
debug_*.json
|
||||
ssr_data.json
|
||||
crawl_debug.*
|
||||
temp_cookies.json
|
||||
backups/
|
||||
|
|
|
|||
Loading…
Reference in a new issue