Files
Prompter/.vscodeignore
2025-03-12 08:06:19 +00:00

30 lines
396 B
Plaintext

.vscode/**
.vscode-test/**
node_modules/**
src/**
.gitignore
.yarnrc
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
.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