43 lines
449 B
Plaintext
43 lines
449 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
miniprogram_npm/
|
|
|
|
# Build and coverage outputs
|
|
dist/
|
|
coverage/
|
|
.nyc_output/
|
|
.cache/
|
|
.eslintcache
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor and IDE
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.user
|
|
*.swp
|
|
*.tmp
|
|
|
|
# Local environment and secrets
|
|
.env
|
|
.env.*
|
|
*.local
|
|
|
|
# WeChat DevTools local config
|
|
project.private.config.json
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
.worktrees/
|