64 lines
762 B
Plaintext
64 lines
762 B
Plaintext
# .NET Build outputs
|
|
bin/
|
|
obj/
|
|
publish/
|
|
|
|
# MSBuild / WPF temporary generated files
|
|
*_wpftmp.csproj
|
|
*_wpftmp.csproj.nuget.*
|
|
*.AssemblyInfoInputs.cache
|
|
*.GeneratedMSBuildEditorConfig.editorconfig
|
|
*.csproj.FileListAbsolute.txt
|
|
*.genruntimeconfig.cache
|
|
*_MarkupCompile.cache
|
|
*_MarkupCompile.i.cache
|
|
*_MarkupCompile.lref
|
|
*_MarkupCompile.i.lref
|
|
*.g.i.cs
|
|
*.baml
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
*.userprefs
|
|
|
|
# Rider
|
|
.idea/
|
|
*.sln.iml
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
**/[Pp]ackages/*
|
|
!**/[Pp]ackages/build/
|
|
*.nuget.props
|
|
*.nuget.targets
|
|
|
|
# Test results
|
|
TestResults/
|
|
*.trx
|
|
*.coverage
|
|
*.coveragexml
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
desktop.ini
|
|
.DS_Store
|
|
|
|
# WebView2 runtime data
|
|
*.exe.WebView2/
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.temp
|
|
~$*
|