mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
32 lines
339 B
Plaintext
32 lines
339 B
Plaintext
.babelrc
|
|
.eslintrc
|
|
.editorconfig
|
|
node_modules
|
|
.DS_Store
|
|
examples
|
|
tests
|
|
.code.yml
|
|
reports
|
|
tsconfig.build.json
|
|
tsconfig.json
|
|
vite.config.ts
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|