remove(security): 删除私钥文件并更新.gitignore配置
- 从仓库中移除CentOS.pem私钥文件 - 更新.gitignore文件以确保私钥文件不会被提交到版本控制中 - 保持.gitignore文件结构简洁,只保留必要的忽略规则
This commit is contained in:
parent
6f144d16f7
commit
8f3489974a
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,8 +1,5 @@
|
|||||||
# 工作空间 .gitignore
|
# 工作空间 .gitignore
|
||||||
|
|
||||||
# ⚠️ 私钥/敏感文件(严禁入库)
|
|
||||||
/CentOS.pem
|
|
||||||
|
|
||||||
# 日志与系统临时
|
# 日志与系统临时
|
||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user