mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-06 03:02:57 +08:00
27 lines
274 B
Plaintext
27 lines
274 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
package-lock.json
|
|
|
|
# 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
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.vscode
|
|
|
|
# test coverage
|
|
coverage
|