Skip to content

Commit e8f48b4

Browse files
authored
Merge pull request #2570 from posit-dev/dotnomad/vscode-ignore
Add additional files and directories to `vscodeignore`
2 parents 0c3b8b7 + 189c419 commit e8f48b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extensions/vscode/.vscodeignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,21 @@ assets/icons/**
1717
!node_modules/@vscode/codicons/dist
1818

1919
# Ignore all webview files except the build directories
20-
2120
webviews/homeView/src/**
2221
webviews/homeView/index.html
2322
webviews/homeView/package.json
2423
webviews/homeView/package-lock.json
24+
webviews/homeView/CONTRIBUTING.md
2525
webviews/homeView/README.md
2626
webviews/homeView/node_modules/**
27+
webviews/homeView/coverage
2728

2829
# Ignore configuration files
29-
3030
**/.gitignore
3131
**/justfile
3232
**/.eslintrc.json
3333
**/eslint.config.mjs
34+
**/.fantasticonrc.js
3435
**/tsconfig*.json
3536
**/vite.config.ts
37+
**/vitest.config.ts

0 commit comments

Comments
 (0)