chore(gitignore): ignore .patch folder and untrack archive files
This commit is contained in:
parent
650eab7f8a
commit
ebe715192c
|
|
@ -59,3 +59,9 @@ tools/template-test-generator/test-scenarios/
|
|||
# Test Install Output
|
||||
|
||||
z*/
|
||||
|
||||
# Patch archives (exclude from VCS)
|
||||
.claude/
|
||||
.husky/
|
||||
.patch/
|
||||
.vscode/
|
||||
|
|
|
|||
Loading…
Reference in New Issue