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