Skip to content

Commit

Permalink
Merge pull request #2570 from posit-dev/dotnomad/vscode-ignore
Browse files Browse the repository at this point in the history
Add additional files and directories to `vscodeignore`
  • Loading branch information
dotNomad authored Jan 30, 2025
2 parents 0c3b8b7 + 189c419 commit e8f48b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extensions/vscode/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@ assets/icons/**
!node_modules/@vscode/codicons/dist

# Ignore all webview files except the build directories

webviews/homeView/src/**
webviews/homeView/index.html
webviews/homeView/package.json
webviews/homeView/package-lock.json
webviews/homeView/CONTRIBUTING.md
webviews/homeView/README.md
webviews/homeView/node_modules/**
webviews/homeView/coverage

# Ignore configuration files

**/.gitignore
**/justfile
**/.eslintrc.json
**/eslint.config.mjs
**/.fantasticonrc.js
**/tsconfig*.json
**/vite.config.ts
**/vitest.config.ts

0 comments on commit e8f48b4

Please sign in to comment.