Initial code
This commit is contained in:
28
.vscodeignore
Normal file
28
.vscodeignore
Normal 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/**
|
||||
Reference in New Issue
Block a user