main
text
17 lines
201 Bytes
|
1
|
.vscode/** |
|
2
|
.github/** |
|
3
|
.claude/** |
|
4
|
src/** |
|
5
|
test/** |
|
6
|
node_modules/** |
|
7
|
pnpm-lock.yaml |
|
8
|
pnpm-workspace.yaml |
|
9
|
**/*.ts |
|
10
|
**/*.map |
|
11
|
esbuild.js |
|
12
|
tsconfig.json |
|
13
|
.eslintrc.json |
|
14
|
.gitignore |
|
15
|
.vscodeignore |
|
16
|
**/.DS_Store |
|
17
|
*.vsix |