mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-08 14:18:46 +08:00
30 lines
248 B
Plaintext
30 lines
248 B
Plaintext
# 构建产物
|
|
dist
|
|
build
|
|
coverage
|
|
|
|
# 依赖目录
|
|
node_modules
|
|
|
|
# 日志文件
|
|
*.log
|
|
|
|
# 环境配置
|
|
.env*
|
|
!.env.example
|
|
|
|
# 编辑器配置
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 版本控制
|
|
.git |