mirror of
https://github.com/RealKai42/qwerty-learner-vscode.git
synced 2024-11-25 16:52:37 +08:00
19 lines
221 B
Plaintext
19 lines
221 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
out/test/**
|
|
src/**
|
|
.gitignore
|
|
.yarnrc
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/.eslintrc.json
|
|
**/*.map
|
|
**/*.ts
|
|
node_modules
|
|
.vscode
|
|
node_modules
|
|
out/
|
|
src/
|
|
tsconfig.json
|
|
webpack.config.js
|