Skip to content

Commit 9e7f013

Browse files
committed
chore: exclude .cache directory from VSCode file list
1 parent 51ebb54 commit 9e7f013

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"editor.tabSize": 2,
88
"files.exclude": {
99
"node_modules": true,
10-
"dist": true
10+
"dist": true,
11+
".cache": true
1112
},
1213
"typescript.tsdk": "node_modules/typescript/lib",
1314
"prettier.trailingComma": "all"

0 commit comments

Comments
 (0)