VisualStudio.gitignore 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. # temporary files generated by Visual Studio specific to the local user
  2. # contains profile information and other metadata
  3. # remove: if no longer targeting Visual Studio 2013 or earlier
  4. *.suo
  5. *.user
  6. *.userosscache
  7. *.sln.docstates
  8. #
  9. # new location for Visual Studio 2015
  10. .vs/
  11. #
  12. # specific to MonoDevelop and Xamarin Studio
  13. *.userprefs
  14. #
  15. # workspace options file
  16. # remove: if no longer targeting Visual Studio 6
  17. *.opt
  18. # build output folders generated by Visual Studio
  19. [Dd]ebug/
  20. [Dd]ebugPublic/
  21. [Rr]elease/
  22. [Rr]eleases/
  23. x64/
  24. x86/
  25. build/
  26. bld/
  27. [Bb]in/
  28. [Oo]bj/
  29. #
  30. # default build log file
  31. # remove: if no longer targeting Visual Studio 6
  32. *.plg
  33. # MSTest
  34. # a test framework from Microsoft
  35. # remove: if you are not using the MSTest runner to run your tests
  36. [Tt]est[Rr]esult*/
  37. [Bb]uild[Ll]og.*
  38. # NUnit
  39. # an open source test framework for .NET
  40. # url: http://www.nunit.org/
  41. # remove: if you are not using the NUnit test runner to run your tests
  42. *.VisualState.xml
  43. TestResult.xml
  44. # ATL (Active Template Library) Project
  45. # remove: if you do not have an ATL project in your solution
  46. [Dd]ebugPS/
  47. [Rr]eleasePS/
  48. dlldata.c
  49. # DNX
  50. # summary: the environment for cross-platform .NET development
  51. # url: https://github.com/aspnet/dnx
  52. #
  53. # locks the package references for a project to specific versions
  54. # url: https://github.com/aspnet/Home/wiki/Lock-file
  55. # remove: if you would like to lock your dependencies to a specific version
  56. # when committing and prevent package restore from selecting a
  57. # more recent version
  58. project.lock.json
  59. #
  60. # build output
  61. artifacts/
  62. # Program Database files created by various compilers
  63. # used when debugging compiled code - the file essentially represents a lookup
  64. # so that symbols can be resolved to the relevant source code
  65. # url: https://en.wikipedia.org/wiki/Program_database
  66. *.pdb
  67. # Visual SourceSafe hint files to keep the projects and solutions in sync
  68. # with source control - these are no longer necessary once you've moved away
  69. # from Visual SourceSafe
  70. *.vspscc
  71. *.vssscc
  72. *_i.c
  73. *_p.c
  74. *_i.h
  75. *.ilk
  76. *.meta
  77. *.obj
  78. *.pch
  79. *.pgc
  80. *.pgd
  81. *.rsp
  82. *.sbr
  83. *.tlb
  84. *.tli
  85. *.tlh
  86. *.tmp
  87. *.tmp_proj
  88. *.log
  89. .builds
  90. *.pidb
  91. *.svclog
  92. *.scc
  93. # Chutzpah
  94. # a JS unit testing framework for commit
  95. # url: https://github.com/mmanela/chutzpah
  96. # remove: if you do not use the Chutzpah test runner in your project
  97. _Chutzpah*
  98. # Visual C++ cache files
  99. ipch/
  100. *.aps
  101. *.ncb
  102. *.opensdf
  103. *.sdf
  104. *.cachefile
  105. # temporary files generated by the Visual Studio profiling tools
  106. # remove: if you are not using these features of Visual Studio
  107. *.psess
  108. *.vsp
  109. *.vspx
  110. # TFS 2012 Local Workspace
  111. # remove: if you are not using TFVC in this repository
  112. $tf/
  113. # Guidance Automation Toolkit
  114. *.gpState
  115. # ReSharper
  116. # a Visual Studio extension which supports various project types
  117. # url: https://www.jetbrains.com/resharper/
  118. _ReSharper*/
  119. *.[Rr]e[Ss]harper
  120. *.DotSettings.user
  121. # JustCode
  122. # a Visual Studio extension for various project types
  123. # url: https://www.jetbrains.com/resharper/
  124. .JustCode
  125. # TeamCity
  126. # a Visual Studio extension you can download from your TeamCity server
  127. # url: https://confluence.jetbrains.com/display/TCD9/Visual+Studio+Addin
  128. _TeamCity*
  129. # DotCover
  130. # a code coverage plugin for Visual Studio
  131. # url: https://www.jetbrains.com/dotcover/
  132. *.dotCover
  133. # NCrunch
  134. # a continuous test runner for Visual Studio
  135. # url: http://www.ncrunch.net
  136. _NCrunch_*
  137. .*crunch*.local.xml
  138. nCrunchTemp_*
  139. # MightyMoose
  140. # a continuous test runner for Visual Studio
  141. # url: http://www.continuoustests.com/
  142. *.mm.*
  143. AutoTest.Net/
  144. # Web Workbench
  145. # SASS, LESS and Coffeescript integration for Visual Studio
  146. # url: http://www.mindscapehq.com/products/web-workbench
  147. .sass-cache/
  148. # InstallShield
  149. # installer framework for Windows machines
  150. # url: http://www.flexerasoftware.com/producer/products/software-installation/installshield-software-installer/
  151. #
  152. # output folder
  153. [Ee]xpress/
  154. # DocProject
  155. # a document generation add-in for Visual Studio based on Sandcastle
  156. # url: http://docproject.codeplex.com/
  157. # remove: if you are using Visual Studio 2010 or later (which are not supported)
  158. DocProject/buildhelp/
  159. DocProject/Help/*.HxT
  160. DocProject/Help/*.HxC
  161. DocProject/Help/*.hhc
  162. DocProject/Help/*.hhk
  163. DocProject/Help/*.hhp
  164. DocProject/Help/Html2
  165. DocProject/Help/html
  166. # ClickOnce installer and deployment
  167. # url: https://msdn.microsoft.com/en-us/library/142dbbz4(v=vs.90).aspx
  168. # remove: if you do not have ClickOnce publishing enabled for your projects
  169. publish/
  170. # Publish Web Output
  171. *.[Pp]ublish.xml
  172. *.azurePubxml
  173. #
  174. # remove: if you have sensitive details in your database connection strings
  175. (such as passwords) committing this settings file will mean
  176. that they are stored in an unencrypted state in your repository
  177. *.pubxml
  178. *.publishproj
  179. # NuGet
  180. # summary: the package manager tool used in Visual Studio
  181. # url: https://nuget.org
  182. #
  183. # output packages created by NuGet
  184. *.nupkg
  185. #
  186. # Since NuGet 2.7, package restore is now a first class feature of Visual Studio
  187. # so you do not need to check in your packages
  188. # url: https://docs.nuget.org/consume/package-restore
  189. # remove: if you do not wish to restore packages in this way, or have
  190. package restore disabled
  191. **/packages/*
  192. #
  193. # some packages include MSBuild targets files, which are stored in this
  194. # location and should be kept in version control
  195. !**/packages/build/
  196. #
  197. # this file is a local listing of where to find your packages.config files, and
  198. # is regenerated by Visual Studio during a build
  199. # include: if you wish to version this file
  200. #!**/packages/repositories.config
  201. # Windows Azure Build Output
  202. csx/
  203. *.build.csdef
  204. # Windows Store app package directory
  205. AppPackages/
  206. # Visual Studio cache files
  207. # files ending in .cache can be ignored
  208. *.[Cc]ache
  209. # but keep track of directories ending in .cache
  210. !*.[Cc]ache/
  211. # StyleCop
  212. # an extension for enforcing coding style in C#
  213. # url: https://stylecop.codeplex.com/
  214. #
  215. # temporary files created by the tool
  216. [Ss]tyle[Cc]op.*
  217. # Others
  218. ~$*
  219. *~
  220. *.dbmdl
  221. *.dbproj.schemaview
  222. #
  223. #
  224. *.pfx
  225. *.publishsettings
  226. #
  227. # the local cache of node module installed by NPM
  228. # remove: if you are not using nodejs in your solution
  229. OR if you wish to keep this cache under version control
  230. node_modules/
  231. # Orleans
  232. # a Distributed Actor Model framework for .NET
  233. # url: https://github.com/dotnet/Orleans
  234. #
  235. # code generated as part of compilation
  236. orleans.codegen.cs
  237. # RIA/Silverlight projects
  238. # url: https://www.microsoft.com/silverlight/
  239. # output directory for *.xap artifacts
  240. ClientBin/
  241. # temporary directory used by compiler
  242. Generated_Code/
  243. # Migrating Projects
  244. # When upgrading a solution to a newer version of Visual Studio, there are a
  245. # number of output files created so you can view the log, troubleshoot issues
  246. # and potentially revert to a backup. These can be safely ignored, because
  247. # you're already using version control.
  248. _UpgradeReport_Files/
  249. Backup*/
  250. UpgradeLog*.XML
  251. UpgradeLog*.htm
  252. # SQL Server files
  253. *.mdf
  254. *.ldf
  255. # Business Intelligence projects
  256. # remove: if you do not have Business Intelligence projects in your solution
  257. *.rdl.data
  258. *.bim.layout
  259. *.bim_*.settings
  260. # Microsoft Fakes
  261. # a local cache of assemblies
  262. # url: https://msdn.microsoft.com/en-us/library/hh549175.aspx
  263. # remove: if you are not using Microsoft Fakes in your projects
  264. FakesAssemblies/
  265. # Node.js Tools for Visual Studio
  266. # url: https://github.com/Microsoft/nodejstools
  267. # remove: if you do not have this extension installed
  268. .ntvs_analysis.dat