chore: 新增 .gitignore,防止 CentOS.pem 私钥误入库

This commit is contained in:
夏犀麟 2026-09-04 00:41:23 +08:00
parent 8c3a24e950
commit 6f144d16f7

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# 工作空间 .gitignore
# ⚠️ 私钥/敏感文件(严禁入库)
/CentOS.pem
# 日志与系统临时
*.log
.DS_Store
Thumbs.db
# 依赖与构建产物
node_modules/
dist/
build/