chore(gitignore): exclude real quiz pools and codex build artifacts
Real pools contain answer keys; only the generic demo pool example is allowed to be tracked. Also excludes the .codex_done / codex_run.log / codex_last_message.md leftovers from the original codex build run.
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -10,3 +10,13 @@ quiz.db
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Real quiz pools must never be committed (they contain answer keys).
|
||||
# Only generic demo pools tracked under examples/pool_example.json.
|
||||
examples/*_pool.json
|
||||
!examples/pool_example.json
|
||||
|
||||
# Codex build leftovers
|
||||
.codex_done
|
||||
codex_last_message.md
|
||||
codex_run.log
|
||||
|
||||
Reference in New Issue
Block a user