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.

356 lines
6.0 KiB

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