docs(infospace): document infospace.db and add to .gitignore
The SQLite artifact database is a derived cache regenerable from committed files — no LLM calls needed. Added tutorial section explaining why it is excluded and how to rebuild it after a fresh clone. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
60f33443ae
commit
2f0989f9bf
2 changed files with 55 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -78,6 +78,7 @@ Thumbs.db
|
|||
|
||||
# MarkiTect database files (local development)
|
||||
markitect.db
|
||||
**/infospace.db
|
||||
assets/assets.db
|
||||
**/assets.db
|
||||
.markitect/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue