mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 23:58:46 +08:00
Initial commit for open-source version
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
node_modules/
|
||||
dist/
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# 保留模板
|
||||
!.env.example
|
||||
|
||||
!frontend/.env
|
||||
|
||||
# 其他敏感文件
|
||||
config.private.ts
|
||||
*.pem
|
||||
*.key
|
||||
|
||||
.DS_Store
|
||||
*.log
|
||||
Reference in New Issue
Block a user