You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/.vs/TradeManage
|
|
# 忽略 bin 和 obj 目录
|
|
**/bin/
|
|
**/obj/
|
|
|
|
# 忽略 Visual Studio 生成的文件
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
*.sln.cache
|
|
*.log
|
|
|
|
# 忽略 NuGet 和构建工具缓存
|
|
packages/
|
|
*.nupkg
|
|
project.lock.json
|
|
/.idea
|