init project
This commit is contained in:
61
.gitignore
vendored
Normal file
61
.gitignore
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
# 依赖目录
|
||||
node_modules/
|
||||
miniprogram_npm/
|
||||
|
||||
# 构建输出目录
|
||||
dist/
|
||||
unpackage/
|
||||
|
||||
# 环境变量文件
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# 日志文件
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# 操作系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# 编辑器目录和设置
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# 微信开发者工具生成文件
|
||||
project.private.config.json
|
||||
sitemap.json
|
||||
typings/
|
||||
|
||||
# 临时文件
|
||||
*.tmp
|
||||
*.temp
|
||||
*.bak
|
||||
|
||||
# 调试文件
|
||||
debug.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# 本地配置
|
||||
config/local.js
|
||||
settings/private.json
|
||||
|
||||
# 云开发相关(如使用)
|
||||
cloudfunctions/**/node_modules/
|
||||
cloudfunctions/**/*.log
|
||||
|
||||
# 其他
|
||||
*.zip
|
||||
*.rar
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
[Tt]humbs.db
|
||||
Reference in New Issue
Block a user