55 lines
600 B
Plaintext
55 lines
600 B
Plaintext
## .NET / Visual Studio
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
artifacts/
|
|
|
|
# Build logs
|
|
[Ll]og/
|
|
[Ll]ogs/
|
|
*.log
|
|
*.binlog
|
|
|
|
# Test results
|
|
[Tt]est[Rr]esult*/
|
|
*.trx
|
|
*.coverage
|
|
*.coveragexml
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
*.snupkg
|
|
*.nuget.props
|
|
*.nuget.targets
|
|
project.lock.json
|
|
|
|
# MSIX packaging output
|
|
AppPackages/
|
|
BundleArtifacts/
|
|
*.msix
|
|
*.msixupload
|
|
*.appx
|
|
*.appxbundle
|
|
*.appxupload
|
|
|
|
# Publish output
|
|
publish/
|
|
*.pubxml
|
|
PublishScripts/
|
|
|
|
# Code analysis and tooling
|
|
_ReSharper*/
|
|
*.DotSettings.user
|
|
*.dotCover
|
|
.idea/
|
|
|
|
# Generated files
|
|
Generated\ Files/
|
|
*_wpftmp.csproj
|