Skip to content

Commit f70956b

Browse files
committed
Fix .gitignore
1 parent 87e33ab commit f70956b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

codemods/.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,11 @@ yarn-error.log*
2727
!.yarn/sdks
2828
!.yarn/versions
2929
.pnp.*
30-
*.tgz
30+
*.tgz
31+
32+
tsconfig.vitest-temp.json
33+
.eslintcache
34+
35+
.yalc
36+
.yalc.lock
37+
.vscode/

0 commit comments

Comments
 (0)