Files
Prompter/.vscodeignore
2025-03-13 08:00:45 +00:00

32 lines
421 B
Plaintext

.vscode/**
.vscode-test/**
node_modules/**
src/**
.gitignore
.yarnrc
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
out/**
webpack.config.js
.replit
.breakpoints
.local/**
.cache/**
.upm/**
.git/**
.github/**
**/test/**
**/tests/**
**/*.test.js
**/*.spec.js
*.vsix
# Development and build artifacts
generated-icon.png
out/test/**
package-lock.json
# Assets not needed in the final package
attached_assets/**
.config