88 lines
1.0 KiB
Plaintext
88 lines
1.0 KiB
Plaintext
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# Build results
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# .NET Core build results
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Visual Studio for Mac
|
|
.vscode/
|
|
.idea/
|
|
*.userprefs
|
|
|
|
# Rider
|
|
*.sln.iml
|
|
|
|
# Web/ASP.NET (not needed for WPF, but often included)
|
|
*.publish.xml
|
|
*.azurePubxml
|
|
*.azurePubxml.user
|
|
PublishProfiles/
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
*.snupkg
|
|
.nuget/
|
|
packages/
|
|
*.nuspec
|
|
project.assets.json
|
|
PackageRestoreEnabled.txt
|
|
|
|
# MSTest test results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# Visual Studio Code settings
|
|
.vscode/
|
|
|
|
# Backup & temp files
|
|
*.bak
|
|
*.tmp
|
|
*.temp
|
|
*.log
|
|
|
|
# Resharper
|
|
_ReSharper*/
|
|
*.DotSettings.user
|
|
|
|
# Rider
|
|
.idea/
|
|
|
|
# WPF specific (if generated)
|
|
Generated_Code/
|
|
|
|
# Local config files
|
|
appsettings.Development.json
|
|
app.config
|
|
web.config
|
|
|
|
# Crash reports
|
|
*.dmp
|
|
|
|
# Others
|
|
*.dbmdl
|
|
*.jfm
|
|
*.sdf
|
|
*.cache
|
|
*.pdb
|
|
*.mdb
|
|
|
|
# Ignore git itself
|
|
.git/
|
|
|
|
|
|
.vs/ |