Skip to content

Commit

Permalink
vscode ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 8, 2024
1 parent afb61ac commit 9711e66
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"files.exclude": {
"*.{js,d.ts,js.map,d.ts.map}": true,
"esm/*.{js,d.ts,js.map,d.ts.map}": true,
"webcrypto": true,
"esm/webcrypto": true
"*.{js,d.ts,js.map}": true,
"esm/*.{js,d.ts,js.map}": true,
"audit": true,
"coverage": true,
"esm": true,
"{LICENSE,SECURITY.md,.gitignore,.prettierrc.json,package-lock.json}": true
}
}

0 comments on commit 9711e66

Please sign in to comment.