gitignore配置文件

配置文件
This commit is contained in:
xiaoye 2025-06-07 18:12:54 +08:00
parent 87db088c8d
commit 09b8d50a8a

23
.gitignore vendored Normal file
View File

@ -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