From 6f144d16f7b8e8c520a64ecfee29530caf290e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E7=8A=80=E9=BA=9F?= Date: Fri, 4 Sep 2026 00:41:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E=20.gitignore?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=20CentOS.pem=20=E7=A7=81=E9=92=A5?= =?UTF-8?q?=E8=AF=AF=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70518dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# 工作空间 .gitignore + +# ⚠️ 私钥/敏感文件(严禁入库) +/CentOS.pem + +# 日志与系统临时 +*.log +.DS_Store +Thumbs.db + +# 依赖与构建产物 +node_modules/ +dist/ +build/