Skip to content

Commit

Permalink
Update vscodeignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vrognas committed Oct 10, 2024
1 parent 4ae6711 commit c27c972
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@
.vscode-test/**
typings/**
out/
src/
node_modules
test/**
**/*.map
.gitignore
vsc-extension-quickstart.md

# Exclude source files
client/src/**
server/src/**

# Exclude node_modules folders
**/node_modules/**

# Exclude test files
test/**

# Exclude TypeScript files
**/*.ts

# Exclude config files
tsconfig.json
vsc-extension-quickstart.md
tsconfig.*.json

0 comments on commit c27c972

Please sign in to comment.