16 lines
212 B
Plaintext
16 lines
212 B
Plaintext
# 工作空间 .gitignore
|
|
|
|
# ⚠️ 私钥/敏感文件(严禁入库)
|
|
/CentOS.pem
|
|
~/.ssh/xpcool_ed25519*
|
|
|
|
# 日志与系统临时
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 依赖与构建产物
|
|
node_modules/
|
|
dist/
|
|
build/
|