gitignore配置文件
配置文件
This commit is contained in:
parent
87db088c8d
commit
09b8d50a8a
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user