From 9a5b033f019014cbea962939b6e6bbfe7dff416d Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 9 Jul 2026 18:27:27 -0500 Subject: [PATCH] chore: ignore editor -tmp artifacts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1f90377..9322540 100644 --- a/.gitignore +++ b/.gitignore @@ -211,3 +211,7 @@ profile.ps1 # ============================================================ wiki/ docs/ + +# Editor temp / local secrets / generated test artifacts +*-tmp +*.php-tmp