From 35c1dafd6596194b159354b22e16c55749bb4984 Mon Sep 17 00:00:00 2001 From: LyAhn Date: Mon, 6 Apr 2026 02:28:52 +0100 Subject: [PATCH] Ignore local patch artifacts - ignore local .diff and .patch files - ignore the local /staging workspace directory --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 77befc2..8b9cd9f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,9 @@ dist-ssr *.sln *.sw? *.local.* +# Local patch artifacts +*.diff +*.patch + +# Local staging area +/staging