diff --git a/.vscode/settings.json b/.vscode/settings.json index eba9c46..bbacf57 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 } } \ No newline at end of file