openmcp-client/.vscodeignore
2025-04-30 19:49:14 +08:00

26 lines
301 B
Plaintext

.vscode/**
.vscode-test/**
out/**
node_modules/**
src/**
.gitignore
.yarnrc
webpack.config.js
vsc-extension-quickstart.md
**/tsconfig.json
**/eslint.config.mjs
**/*.map
**/*.ts
**/.vscode-test.*
renderer/**
service/**
test/**
servers/**
scripts/**
software/**
*.sh
*.ps1
.editorconfig
.gitattributes