chore: 新增 .gitignore,防止 CentOS.pem 私钥误入库
This commit is contained in:
parent
8c3a24e950
commit
6f144d16f7
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 工作空间 .gitignore
|
||||||
|
|
||||||
|
# ⚠️ 私钥/敏感文件(严禁入库)
|
||||||
|
/CentOS.pem
|
||||||
|
|
||||||
|
# 日志与系统临时
|
||||||
|
*.log
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# 依赖与构建产物
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
Loading…
Reference in New Issue
Block a user