148 lines
1.9 KiB
Plaintext
148 lines
1.9 KiB
Plaintext
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
##
|
|
## Original source: https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
|
|
|
# User-specific files
|
|
*.rsuser
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
*.userprefs
|
|
|
|
# Mono auto generated files
|
|
mono_crash.*
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
[Ww][Iinit][Nn]32/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]64/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
[Ll]ogs/
|
|
|
|
# Visual Studio 2015/2017/2019/2022 cache/options directory
|
|
.vs/
|
|
# Uncomment if you use Visual Studio Code
|
|
.vscode/
|
|
|
|
# MSTest test Results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# NUnit
|
|
*.VisualState.xml
|
|
TestResult.xml
|
|
nunit-agent.log
|
|
|
|
# .NET Core
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
|
|
# StyleCop
|
|
StyleCopReport.xml
|
|
|
|
# Files built by Visual Studio
|
|
*_i.c
|
|
*_p.c
|
|
*_h.h
|
|
*.ilk
|
|
*.meta
|
|
*.obj
|
|
*.iobj
|
|
*.pch
|
|
*.pdb
|
|
*.ipdb
|
|
*.pgc
|
|
*.pgd
|
|
*.rsp
|
|
*.sbr
|
|
*.tlb
|
|
*.tli
|
|
*.tlh
|
|
*.tmp
|
|
*.tmp_proj
|
|
*_wpftmp.csproj
|
|
*.log
|
|
*.vspscc
|
|
*.vssscc
|
|
.buildlog
|
|
*.aps
|
|
*.ncb
|
|
*.opendb
|
|
*.sdf
|
|
*.cachefile
|
|
*.nosync
|
|
*.dbmdl
|
|
*.dbproj.schemaview
|
|
*.vshost.exe
|
|
*.vshost.exe.config
|
|
*.vshost.exe.manifest
|
|
*.manifest
|
|
*.spec
|
|
*.coverage
|
|
*.coveragexml
|
|
*_UnitTests.coverage
|
|
*.orderedtest
|
|
*.trx
|
|
*.sur
|
|
*.ipch
|
|
*.vcmeta
|
|
*.VC.db
|
|
*.VC.VC.opendb
|
|
|
|
# JetBrains Resharper
|
|
_ReSharper*/
|
|
*.[Rr]e[Ss]harper.user
|
|
|
|
# JustMock
|
|
*.jmconfig
|
|
|
|
# TeamCity
|
|
_TeamCity*
|
|
|
|
# Octopus Deploy
|
|
*.nupkg
|
|
|
|
# Cake
|
|
Tools/
|
|
!tools/
|
|
|
|
# NuGet Packages
|
|
*.nupkg
|
|
# The packages folder can be ignored because of Package Restore
|
|
**/[Pp]ackages/*
|
|
# except build/, which is used as an MSBuild target.
|
|
!**/[Pp]ackages/build/
|
|
# Uncomment if using NuGet Config to restore to a custom location
|
|
# !NuGet.Config
|
|
|
|
# Rider
|
|
.idea/
|
|
*.sln.iml
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
TODO
|
|
/binaries/
|
|
converter
|