chore: gitignore the local wiki checkout

docs/wiki/ is a checkout of quartermaster.wiki.git, not part of the
main repo. Ignoring it keeps git status clean and prevents accidental
cross-repo commits.

Refs #9

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
archeious 2026-04-17 12:14:52 -06:00
parent 85efed8f2c
commit 671a7405cb

1
.gitignore vendored
View file

@ -66,6 +66,7 @@ quartermaster.db-journal
*.sqlite *.sqlite
*.sqlite3 *.sqlite3
backups/ backups/
docs/wiki/
# Flask stuff: # Flask stuff:
instance/ instance/