From 09b8d50a8a9327840ba4e44d027458dfa08fd0ff Mon Sep 17 00:00:00 2001 From: xiaoye <251016@qq.com> Date: Sat, 7 Jun 2025 18:12:54 +0800 Subject: [PATCH] =?UTF-8?q?gitignore=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 配置文件 --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5064180 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# 忽略所有 .log 文件 +# *.log + +# 忽略 node_modules 文件夹 +# node_modules/ + +# 忽略 .env 环境配置文件 +# .env + +# 忽略 macOS 的 .DS_Store 文件 +# .DS_Store + +# 忽略 Windows 的 Thumbs.db +# Thumbs.db + + + + +GongChengMIngJiangZhuan/Library +GongChengMIngJiangZhuan/HybridCLRData +GongChengMIngJiangZhuan/Logs +GongChengMIngJiangZhuan/Temp +GongChengMIngJiangZhuan/UserSettings