Ignore local patch artifacts

- ignore local .diff and .patch files
- ignore the local /staging workspace directory
This commit is contained in:
2026-04-06 02:28:52 +01:00
parent da9a20f8f7
commit 35c1dafd65
+6
View File
@@ -23,3 +23,9 @@ dist-ssr
*.sln *.sln
*.sw? *.sw?
*.local.* *.local.*
# Local patch artifacts
*.diff
*.patch
# Local staging area
/staging