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.9KB

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