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.

VisualStudio.gitignore 5.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  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. *.rsuser
  7. *.suo
  8. *.user
  9. *.userosscache
  10. *.sln.docstates
  11. # User-specific files (MonoDevelop/Xamarin Studio)
  12. *.userprefs
  13. # Mono auto generated files
  14. mono_crash.*
  15. # Build results
  16. [Dd]ebug/
  17. [Dd]ebugPublic/
  18. [Rr]elease/
  19. [Rr]eleases/
  20. x64/
  21. x86/
  22. [Aa][Rr][Mm]/
  23. [Aa][Rr][Mm]64/
  24. bld/
  25. [Bb]in/
  26. [Oo]bj/
  27. [Ll]og/
  28. # Visual Studio 2015/2017 cache/options directory
  29. .vs/
  30. # Uncomment if you have tasks that create the project's static files in wwwroot
  31. #wwwroot/
  32. # Visual Studio 2017 auto generated files
  33. Generated\ Files/
  34. # MSTest test Results
  35. [Tt]est[Rr]esult*/
  36. [Bb]uild[Ll]og.*
  37. # NUNIT
  38. *.VisualState.xml
  39. TestResult.xml
  40. # Build Results of an ATL Project
  41. [Dd]ebugPS/
  42. [Rr]eleasePS/
  43. dlldata.c
  44. # Benchmark Results
  45. BenchmarkDotNet.Artifacts/
  46. # .NET Core
  47. project.lock.json
  48. project.fragment.lock.json
  49. artifacts/
  50. # StyleCop
  51. StyleCopReport.xml
  52. # Files built by Visual Studio
  53. *_i.c
  54. *_p.c
  55. *_h.h
  56. *.ilk
  57. *.meta
  58. *.obj
  59. *.iobj
  60. *.pch
  61. *.pdb
  62. *.ipdb
  63. *.pgc
  64. *.pgd
  65. *.rsp
  66. *.sbr
  67. *.tlb
  68. *.tli
  69. *.tlh
  70. *.tmp
  71. *.tmp_proj
  72. *_wpftmp.csproj
  73. *.log
  74. *.vspscc
  75. *.vssscc
  76. .builds
  77. *.pidb
  78. *.svclog
  79. *.scc
  80. # Chutzpah Test files
  81. _Chutzpah*
  82. # Visual C++ cache files
  83. ipch/
  84. *.aps
  85. *.ncb
  86. *.opendb
  87. *.opensdf
  88. *.sdf
  89. *.cachefile
  90. *.VC.db
  91. *.VC.VC.opendb
  92. # Visual Studio profiler
  93. *.psess
  94. *.vsp
  95. *.vspx
  96. *.sap
  97. # Visual Studio Trace Files
  98. *.e2e
  99. # TFS 2012 Local Workspace
  100. $tf/
  101. # Guidance Automation Toolkit
  102. *.gpState
  103. # ReSharper is a .NET coding add-in
  104. _ReSharper*/
  105. *.[Rr]e[Ss]harper
  106. *.DotSettings.user
  107. # JustCode is a .NET coding add-in
  108. .JustCode
  109. # TeamCity is a build add-in
  110. _TeamCity*
  111. # DotCover is a Code Coverage Tool
  112. *.dotCover
  113. # AxoCover is a Code Coverage Tool
  114. .axoCover/*
  115. !.axoCover/settings.json
  116. # Visual Studio code coverage results
  117. *.coverage
  118. *.coveragexml
  119. # NCrunch
  120. _NCrunch_*
  121. .*crunch*.local.xml
  122. nCrunchTemp_*
  123. # MightyMoose
  124. *.mm.*
  125. AutoTest.Net/
  126. # Web workbench (sass)
  127. .sass-cache/
  128. # Installshield output folder
  129. [Ee]xpress/
  130. # DocProject is a documentation generator add-in
  131. DocProject/buildhelp/
  132. DocProject/Help/*.HxT
  133. DocProject/Help/*.HxC
  134. DocProject/Help/*.hhc
  135. DocProject/Help/*.hhk
  136. DocProject/Help/*.hhp
  137. DocProject/Help/Html2
  138. DocProject/Help/html
  139. # Click-Once directory
  140. publish/
  141. # Publish Web Output
  142. *.[Pp]ublish.xml
  143. *.azurePubxml
  144. # Note: Comment the next line if you want to checkin your web deploy settings,
  145. # but database connection strings (with potential passwords) will be unencrypted
  146. *.pubxml
  147. *.publishproj
  148. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  149. # checkin your Azure Web App publish settings, but sensitive information contained
  150. # in these scripts will be unencrypted
  151. PublishScripts/
  152. # NuGet Packages
  153. *.nupkg
  154. # The packages folder can be ignored because of Package Restore
  155. **/[Pp]ackages/*
  156. # except build/, which is used as an MSBuild target.
  157. !**/[Pp]ackages/build/
  158. # Uncomment if necessary however generally it will be regenerated when needed
  159. #!**/[Pp]ackages/repositories.config
  160. # NuGet v3's project.json files produces more ignorable files
  161. *.nuget.props
  162. *.nuget.targets
  163. # Microsoft Azure Build Output
  164. csx/
  165. *.build.csdef
  166. # Microsoft Azure Emulator
  167. ecf/
  168. rcf/
  169. # Windows Store app package directories and files
  170. AppPackages/
  171. BundleArtifacts/
  172. Package.StoreAssociation.xml
  173. _pkginfo.txt
  174. *.appx
  175. *.appxbundle
  176. *.appxupload
  177. # Visual Studio cache files
  178. # files ending in .cache can be ignored
  179. *.[Cc]ache
  180. # but keep track of directories ending in .cache
  181. !?*.[Cc]ache/
  182. # Others
  183. ClientBin/
  184. ~$*
  185. *~
  186. *.dbmdl
  187. *.dbproj.schemaview
  188. *.jfm
  189. *.pfx
  190. *.publishsettings
  191. orleans.codegen.cs
  192. # Including strong name files can present a security risk
  193. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  194. #*.snk
  195. # Since there are multiple workflows, uncomment next line to ignore bower_components
  196. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  197. #bower_components/
  198. # RIA/Silverlight projects
  199. Generated_Code/
  200. # Backup & report files from converting an old project file
  201. # to a newer Visual Studio version. Backup files are not needed,
  202. # because we have git ;-)
  203. _UpgradeReport_Files/
  204. Backup*/
  205. UpgradeLog*.XML
  206. UpgradeLog*.htm
  207. ServiceFabricBackup/
  208. *.rptproj.bak
  209. # SQL Server files
  210. *.mdf
  211. *.ldf
  212. *.ndf
  213. # Business Intelligence projects
  214. *.rdl.data
  215. *.bim.layout
  216. *.bim_*.settings
  217. *.rptproj.rsuser
  218. *- Backup*.rdl
  219. # Microsoft Fakes
  220. FakesAssemblies/
  221. # GhostDoc plugin setting file
  222. *.GhostDoc.xml
  223. # Node.js Tools for Visual Studio
  224. .ntvs_analysis.dat
  225. node_modules/
  226. # Visual Studio 6 build log
  227. *.plg
  228. # Visual Studio 6 workspace options file
  229. *.opt
  230. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  231. *.vbw
  232. # Visual Studio LightSwitch build output
  233. **/*.HTMLClient/GeneratedArtifacts
  234. **/*.DesktopClient/GeneratedArtifacts
  235. **/*.DesktopClient/ModelManifest.xml
  236. **/*.Server/GeneratedArtifacts
  237. **/*.Server/ModelManifest.xml
  238. _Pvt_Extensions
  239. # Paket dependency manager
  240. .paket/paket.exe
  241. paket-files/
  242. # FAKE - F# Make
  243. .fake/
  244. # CodeRush personal settings
  245. .cr/personal
  246. # Python Tools for Visual Studio (PTVS)
  247. __pycache__/
  248. *.pyc
  249. # Cake - Uncomment if you are using it
  250. # tools/**
  251. # !tools/packages.config
  252. # Tabs Studio
  253. *.tss
  254. # Telerik's JustMock configuration file
  255. *.jmconfig
  256. # BizTalk build output
  257. *.btp.cs
  258. *.btm.cs
  259. *.odx.cs
  260. *.xsd.cs
  261. # OpenCover UI analysis results
  262. OpenCover/
  263. # Azure Stream Analytics local run output
  264. ASALocalRun/
  265. # MSBuild Binary and Structured Log
  266. *.binlog
  267. # NVidia Nsight GPU debugger configuration file
  268. *.nvuser
  269. # MFractors (Xamarin productivity tool) working folder
  270. .mfractor/
  271. # Local History for Visual Studio
  272. .localhistory/
  273. # BeatPulse healthcheck temp database
  274. healthchecksdb
  275. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  276. MigrationBackup/