From 93e7b7b750d4986687b6022dfec391d4b21843bc Mon Sep 17 00:00:00 2001 From: Steven Obiajulu Date: Wed, 27 May 2026 13:19:53 -0400 Subject: [PATCH] chore(gitignore): ignore Office lock files (~$*) Word/Excel/PowerPoint create files like ~$foo.docx in the same directory while a document is open. Adding the pattern so they never show up in git status during DOCX fixture or template authoring work. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 390fa459..1c707f37 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ node_modules/ dist/ *.tgz .DS_Store +# Office lock files (Word/Excel/PowerPoint create these while a file is open) +~$* .mcpregistry_* # Allure report artifacts (any depth) allure-results/