init
This commit is contained in:
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user