From ebe715192c0f5d76e76e484185a6eb324b3f2780 Mon Sep 17 00:00:00 2001 From: Keimpe de Jong Date: Wed, 29 Oct 2025 04:25:03 +0000 Subject: [PATCH] chore(gitignore): ignore .patch folder and untrack archive files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 9eff8ef1..b37b36bc 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,9 @@ tools/template-test-generator/test-scenarios/ # Test Install Output z*/ + +# Patch archives (exclude from VCS) +.claude/ +.husky/ +.patch/ +.vscode/