From 671a7405cb5c547f33c75d55a51c0b0c4fd88d13 Mon Sep 17 00:00:00 2001 From: archeious Date: Fri, 17 Apr 2026 12:14:52 -0600 Subject: [PATCH] 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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2bd166e..a68d65f 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,7 @@ quartermaster.db-journal *.sqlite *.sqlite3 backups/ +docs/wiki/ # Flask stuff: instance/ -- 2.45.2