20 lines
158 B
Plaintext
20 lines
158 B
Plaintext
# 部署输出
|
|
deploy-output/
|
|
|
|
# 依赖
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# 缓存
|
|
.cache/
|
|
*.log
|
|
|
|
# 临时文件
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
|
|
# 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|