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:
parent
85efed8f2c
commit
671a7405cb
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -66,6 +66,7 @@ quartermaster.db-journal
|
|||
*.sqlite
|
||||
*.sqlite3
|
||||
backups/
|
||||
docs/wiki/
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
|
|
|
|||
Loading…
Reference in a new issue