2023-03-28 07:53:57 +00:00
|
|
|
.vscode/**
|
|
|
|
|
.vscode-test/**
|
2023-06-15 15:53:21 +00:00
|
|
|
.vscode-test-web/**
|
2023-03-28 07:53:57 +00:00
|
|
|
out/**
|
2023-07-14 06:54:24 +00:00
|
|
|
**/node_modules/**
|
2023-03-28 07:53:57 +00:00
|
|
|
src/**
|
|
|
|
|
.gitignore
|
2023-07-14 06:54:24 +00:00
|
|
|
.gitattributes
|
|
|
|
|
.prettierrc.json
|
|
|
|
|
tsup.config.ts
|
2023-03-28 07:53:57 +00:00
|
|
|
.yarnrc
|
|
|
|
|
**/tsconfig.json
|
|
|
|
|
**/.eslintrc.json
|
|
|
|
|
**/*.map
|
|
|
|
|
**/*.ts
|