Skip to content

Commit

Permalink
chore: optimize .vscodeignore (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 authored Mar 1, 2024
1 parent eb4fc10 commit fbb627e
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
.vscode/**
**/*.ts
**/*.map
.gitignore
**/tsconfig.json
**/tsconfig.base.json
contributing.md
.travis.yml
# Meta
.github
.vscode

# NPM
node_modules
server

# TypeScript
tsconfig.json

# Ignore files
.eslintignore
.gitignore
.prettierignore

# Sub projects
client
!server/out/server.js
!client/out/extension.js
java
server
test
!client/out/extension.js
!java/CheckJavaVersion.class
!server/out/server.js

# Other
.vscode-test.js
build.js
DEV.md

0 comments on commit fbb627e

Please sign in to comment.