11 lines
101 B
Plaintext
11 lines
101 B
Plaintext
src/**
|
|
test/**
|
|
node_modules/**
|
|
.vscode/**
|
|
*.ts
|
|
!*.d.ts
|
|
.gitignore
|
|
tsconfig.json
|
|
esbuild.mjs
|
|
**/*.map
|