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

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