Fix gitignore
This commit is contained in:
+42
-76
@@ -1,90 +1,56 @@
|
||||
##################################################
|
||||
# Visual Studio
|
||||
##################################################
|
||||
|
||||
# Visual Studio 工作区缓存
|
||||
# Build results
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
build/
|
||||
artifacts/
|
||||
**/bin/
|
||||
**/obj/
|
||||
# Visual Studio / Rider / VS Code
|
||||
.vs/
|
||||
**/.vs/
|
||||
|
||||
# 用户配置
|
||||
.idea/
|
||||
.vscode/
|
||||
*.user
|
||||
*.suo
|
||||
*.rsuser
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
##################################################
|
||||
# Build 输出
|
||||
##################################################
|
||||
# .NET generated files
|
||||
project.assets.json
|
||||
project.nuget.cache
|
||||
*.nuget.g.props
|
||||
*.nuget.g.targets
|
||||
*.AssemblyInfo.cs
|
||||
*.GeneratedMSBuildEditorConfig.editorconfig
|
||||
*.GlobalUsings.g.cs
|
||||
*.FileListAbsolute.txt
|
||||
*.CoreCompileInputs.cache
|
||||
*.AssemblyReference.cache
|
||||
*.assets.cache
|
||||
|
||||
# 编译输出目录
|
||||
bin/
|
||||
obj/
|
||||
**/bin/
|
||||
**/obj/
|
||||
|
||||
##################################################
|
||||
# Rider / VS Code
|
||||
##################################################
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
##################################################
|
||||
# NuGet
|
||||
##################################################
|
||||
|
||||
*.nupkg
|
||||
packages/
|
||||
|
||||
##################################################
|
||||
# 日志
|
||||
##################################################
|
||||
# Test and coverage output
|
||||
TestResults/
|
||||
coverage/
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
coverage*.json
|
||||
|
||||
# Logs, diagnostics, and temporary files
|
||||
*.log
|
||||
|
||||
##################################################
|
||||
# 临时文件
|
||||
##################################################
|
||||
|
||||
*.tlog
|
||||
*.binlog
|
||||
*.pdb
|
||||
*.cache
|
||||
*.tmp
|
||||
*.temp
|
||||
*.swp
|
||||
*.bak
|
||||
|
||||
##################################################
|
||||
# 测试结果
|
||||
##################################################
|
||||
|
||||
TestResults/
|
||||
|
||||
##################################################
|
||||
# 发布目录
|
||||
##################################################
|
||||
|
||||
publish/
|
||||
|
||||
##################################################
|
||||
# Windows
|
||||
##################################################
|
||||
# Local runtime configuration
|
||||
cartparams.json
|
||||
appsettings.Development.json
|
||||
*.local.json
|
||||
|
||||
# OS files
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
##################################################
|
||||
# JetBrains
|
||||
##################################################
|
||||
|
||||
_ReSharper*/
|
||||
*.DotSettings.user
|
||||
|
||||
##################################################
|
||||
# 缓存
|
||||
##################################################
|
||||
|
||||
*.cache
|
||||
|
||||
##################################################
|
||||
# 数据库(如果有)
|
||||
##################################################
|
||||
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user