Compare commits

...

2 commits

Author SHA1 Message Date
496f44cf8c Gitignore docs/wiki/ (#10) 2026-04-17 12:16:26 -06:00
archeious
671a7405cb 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>
2026-04-17 12:14:52 -06:00

1
.gitignore vendored
View file

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