Skip to content

Commit

Permalink
feat: ignore dist,coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed May 22, 2023
1 parent 07a66ce commit 6e462c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"files.autoSave": "off",
"files.exclude": {
"**/node_modules": true
"**/node_modules": true,
"**/dist": true,
"**/coverage": true
},
"editor.codeActionsOnSave": {
"source.fixAll": true,
Expand Down

0 comments on commit 6e462c7

Please sign in to comment.