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
|
# Test Install Output
|
||||||
|
|
||||||
z*/
|
z*/
|
||||||
|
|
||||||
|
# Patch archives (exclude from VCS)
|
||||||
|
.claude/
|
||||||
|
.husky/
|
||||||
|
.patch/
|
||||||
|
.vscode/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue