Initial code

This commit is contained in:
2025-03-11 17:20:20 +00:00
parent 94b70b0c40
commit 567427b29b
12 changed files with 652 additions and 0 deletions

28
.vscodeignore Normal file
View File

@@ -0,0 +1,28 @@
.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/**