mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-04 06:02:45 +08:00
34 lines
321 B
Plaintext
34 lines
321 B
Plaintext
.DS_Store
|
|
node_modules
|
|
dist
|
|
types
|
|
|
|
.temp
|
|
.cache
|
|
temp
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
coverage
|
|
|
|
auto-imports.d.ts
|
|
components.d.ts
|
|
docs/.vitepress/cache
|