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 6.1KB

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