37 lines
342 B
Plaintext
37 lines
342 B
Plaintext
# 依赖
|
|
node_modules/
|
|
|
|
# 构建输出
|
|
unpackage/
|
|
dist/
|
|
|
|
# 本地环境配置
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# 编辑器/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.vsix
|
|
*~
|
|
|
|
# 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 日志
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# 缓存
|
|
.cache/
|
|
.temp/
|
|
*.cache
|
|
|
|
# 小程序本地配置
|
|
project.private.config.json
|