17 lines
220 B
Plaintext
17 lines
220 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.*
|
|
app/**
|
|
backend/**
|
|
test/** |