mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-09 14:48:47 +08:00
24 lines
205 B
Plaintext
24 lines
205 B
Plaintext
node_modules/
|
|
logs/
|
|
dist/
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
*.tar
|
|
|
|
# 数据库数据
|
|
*.sqlite
|
|
|
|
# 保留模板
|
|
!.env.example
|
|
|
|
!frontend/.env
|
|
|
|
# 其他敏感文件
|
|
config.private.ts
|
|
*.pem
|
|
*.key
|
|
|
|
.DS_Store
|
|
*.log |