You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

172 lines
2.5KB

  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. ##
  4. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  5. # User-specific files
  6. *.suo
  7. *.user
  8. *.userosscache
  9. *.sln.docstates
  10. # User-specific files (MonoDevelop/Xamarin Studio)
  11. *.userprefs
  12. # Build results
  13. [Dd]ebug/
  14. [Dd]ebugPublic/
  15. [Rr]elease/
  16. [Rr]eleases/
  17. x64/
  18. x86/
  19. bld/
  20. [Bb]in/
  21. [Oo]bj/
  22. [Ll]og/
  23. # Visual Studio 2015/2017 cache/options directory
  24. .vs/
  25. # Uncomment if you have tasks that create the project's static files in wwwroot
  26. #wwwroot/
  27. # Visual Studio 2017 auto generated files
  28. Generated\ Files/
  29. # MSTest test Results
  30. [Tt]est[Rr]esult*/
  31. [Bb]uild[Ll]og.*
  32. # NUNIT
  33. *.VisualState.xml
  34. TestResult.xml
  35. # Build Results of an ATL Project
  36. [Dd]ebugPS/
  37. [Rr]eleasePS/
  38. dlldata.c
  39. # Benchmark Results
  40. BenchmarkDotNet.Artifacts/
  41. # .NET Core
  42. project.lock.json
  43. project.fragment.lock.json
  44. artifacts/
  45. **/Properties/launchSettings.json
  46. # StyleCop
  47. StyleCopReport.xml
  48. # Files built by Visual Studio
  49. *_i.c
  50. *_p.c
  51. *_i.h
  52. *.ilk
  53. *.meta
  54. *.obj
  55. *.pch
  56. *.pdb
  57. *.pgc
  58. *.pgd
  59. *.rsp
  60. *.sbr
  61. *.tlb
  62. *.tli
  63. *.tlh
  64. *.tmp
  65. *.tmp_proj
  66. *.log
  67. *.vspscc
  68. *.vssscc
  69. .builds
  70. *.pidb
  71. *.svclog
  72. *.scc
  73. # Chutzpah Test files
  74. _Chutzpah*
  75. # Visual C++ cache files
  76. ipch/
  77. *.aps
  78. *.ncb
  79. *.opendb
  80. *.opensdf
  81. *.sdf
  82. *.cachefile
  83. *.VC.db
  84. *.VC.VC.opendb
  85. # Visual Studio profiler
  86. *.psess
  87. *.vsp
  88. *.vspx
  89. *.sap
  90. # Visual Studio Trace Files
  91. *.e2e
  92. # TFS 2012 Local Workspace
  93. $tf/
  94. # Guidance Automation Toolkit
  95. *.gpState
  96. # ReSharper is a .NET coding add-in
  97. _ReSharper*/
  98. *.[Rr]e[Ss]harper
  99. *.DotSettings.user
  100. # JustCode is a .NET coding add-in
  101. .JustCode
  102. # TeamCity is a build add-in
  103. _TeamCity*
  104. # DotCover is a Code Coverage Tool
  105. *.dotCover
  106. # AxoCover is a Code Coverage Tool
  107. .axoCover/*
  108. !.axoCover/settings.json
  109. # Visual Studio code coverage results
  110. *.coverage
  111. *.coveragexml
  112. # NCrunch
  113. _NCrunch_*
  114. .*crunch*.local.xml
  115. nCrunchTemp_*
  116. # MightyMoose
  117. *.mm.*
  118. AutoTest.Net/
  119. # Web workbench (sass)
  120. .sass-cache/
  121. *.css.map
  122. *.sass.map
  123. *.scss.map
  124. # Installshield output folder
  125. [Ee]xpress/
  126. # DocProject is a documentation generator add-in
  127. DocProject/buildhelp/
  128. DocProject/Help/*.HxT
  129. DocProject/Help/*.HxC
  130. DocProject/Help/*.hhc
  131. DocProject/Help/*.hhk
  132. DocProject/Help/*.hhp
  133. DocProject/Help/Html2
  134. DocProject/Help/html
  135. # Click-Once directory
  136. publish/
  137. # Publish Web Output
  138. *.[Pp]ublish.xml
  139. *.azurePubxml
  140. # Note: Comment the next line if you want to checkin your web deploy settings,
  141. # but database connection strings (with potential passwords) will be unencrypte