.gitignore 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  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. *.suo
  7. *.user
  8. *.userosscache
  9. *.sln.docstates
  10. # User-specific files (MonoDevelop/Xamarin Studio)
  11. *.userprefs
  12. # Build results
  13. [Dd]ebug/
  14. [Dd]ebugPublic/
  15. [Rr]elease/
  16. [Rr]eleases/
  17. x64/
  18. x86/
  19. bld/
  20. [Bb]in/
  21. [Oo]bj/
  22. [Ll]og/
  23. # Visual Studio 2015 cache/options directory
  24. .vs/
  25. # Uncomment if you have tasks that create the project's static files in wwwroot
  26. #wwwroot/
  27. # MSTest test Results
  28. [Tt]est[Rr]esult*/
  29. [Bb]uild[Ll]og.*
  30. # NUNIT
  31. *.VisualState.xml
  32. TestResult.xml
  33. # Build Results of an ATL Project
  34. [Dd]ebugPS/
  35. [Rr]eleasePS/
  36. dlldata.c
  37. # .NET Core
  38. project.lock.json
  39. project.fragment.lock.json
  40. artifacts/
  41. **/Properties/launchSettings.json
  42. *_i.c
  43. *_p.c
  44. *_i.h
  45. *.ilk
  46. *.meta
  47. *.obj
  48. *.pch
  49. *.pdb
  50. *.pgc
  51. *.pgd
  52. *.rsp
  53. *.sbr
  54. *.tlb
  55. *.tli
  56. *.tlh
  57. *.tmp
  58. *.tmp_proj
  59. *.log
  60. *.vspscc
  61. *.vssscc
  62. .builds
  63. *.pidb
  64. *.svclog
  65. *.scc
  66. # Chutzpah Test files
  67. _Chutzpah*
  68. # Visual C++ cache files
  69. ipch/
  70. *.aps
  71. *.ncb
  72. *.opendb
  73. *.opensdf
  74. *.sdf
  75. *.cachefile
  76. *.VC.db
  77. *.VC.VC.opendb
  78. # Visual Studio profiler
  79. *.psess
  80. *.vsp
  81. *.vspx
  82. *.sap
  83. # TFS 2012 Local Workspace
  84. $tf/
  85. # Guidance Automation Toolkit
  86. *.gpState
  87. # ReSharper is a .NET coding add-in
  88. _ReSharper*/
  89. *.[Rr]e[Ss]harper
  90. *.DotSettings.user
  91. # JustCode is a .NET coding add-in
  92. .JustCode
  93. # TeamCity is a build add-in
  94. _TeamCity*
  95. # DotCover is a Code Coverage Tool
  96. *.dotCover
  97. # Visual Studio code coverage results
  98. *.coverage
  99. *.coveragexml
  100. # NCrunch
  101. _NCrunch_*
  102. .*crunch*.local.xml
  103. nCrunchTemp_*
  104. # MightyMoose
  105. *.mm.*
  106. AutoTest.Net/
  107. # Web workbench (sass)
  108. .sass-cache/
  109. # Installshield output folder
  110. [Ee]xpress/
  111. # DocProject is a documentation generator add-in
  112. DocProject/buildhelp/
  113. DocProject/Help/*.HxT
  114. DocProject/Help/*.HxC
  115. DocProject/Help/*.hhc
  116. DocProject/Help/*.hhk
  117. DocProject/Help/*.hhp
  118. DocProject/Help/Html2
  119. DocProject/Help/html
  120. # Click-Once directory
  121. publish/
  122. # Publish Web Output
  123. *.[Pp]ublish.xml
  124. *.azurePubxml
  125. # TODO: Comment the next line if you want to checkin your web deploy settings
  126. # but database connection strings (with potential passwords) will be unencrypted
  127. *.pubxml
  128. *.publishproj
  129. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  130. # checkin your Azure Web App publish settings, but sensitive information contained
  131. # in these scripts will be unencrypted
  132. PublishScripts/
  133. # NuGet Packages
  134. *.nupkg
  135. # The packages folder can be ignored because of Package Restore
  136. **/packages/*
  137. # except build/, which is used as an MSBuild target.
  138. !**/packages/build/
  139. # Uncomment if necessary however generally it will be regenerated when needed
  140. #!**/packages/repositories.config
  141. # NuGet v3's project.json files produces more ignorable files
  142. *.nuget.props
  143. *.nuget.targets
  144. # Microsoft Azure Build Output
  145. csx/
  146. *.build.csdef
  147. # Microsoft Azure Emulator
  148. ecf/
  149. rcf/
  150. # Windows Store app package directories and files
  151. AppPackages/
  152. BundleArtifacts/
  153. Package.StoreAssociation.xml
  154. _pkginfo.txt
  155. # Visual Studio cache files
  156. # files ending in .cache can be ignored
  157. *.[Cc]ache
  158. # but keep track of directories ending in .cache
  159. !*.[Cc]ache/
  160. # Others
  161. ClientBin/
  162. ~$*
  163. *~
  164. *.dbmdl
  165. *.dbproj.schemaview
  166. *.jfm
  167. *.pfx
  168. *.publishsettings
  169. orleans.codegen.cs
  170. # Since there are multiple workflows, uncomment next line to ignore bower_components
  171. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  172. #bower_components/
  173. # RIA/Silverlight projects
  174. Generated_Code/
  175. # Backup & report files from converting an old project file
  176. # to a newer Visual Studio version. Backup files are not needed,
  177. # because we have git ;-)
  178. _UpgradeReport_Files/
  179. Backup*/
  180. UpgradeLog*.XML
  181. UpgradeLog*.htm
  182. # SQL Server files
  183. *.mdf
  184. *.ldf
  185. *.ndf
  186. # Business Intelligence projects
  187. *.rdl.data
  188. *.bim.layout
  189. *.bim_*.settings
  190. # Microsoft Fakes
  191. FakesAssemblies/
  192. # GhostDoc plugin setting file
  193. *.GhostDoc.xml
  194. # Node.js Tools for Visual Studio
  195. .ntvs_analysis.dat
  196. node_modules/
  197. # Typescript v1 declaration files
  198. typings/
  199. # Visual Studio 6 build log
  200. *.plg
  201. # Visual Studio 6 workspace options file
  202. *.opt
  203. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  204. *.vbw
  205. # Visual Studio LightSwitch build output
  206. **/*.HTMLClient/GeneratedArtifacts
  207. **/*.DesktopClient/GeneratedArtifacts
  208. **/*.DesktopClient/ModelManifest.xml
  209. **/*.Server/GeneratedArtifacts
  210. **/*.Server/ModelManifest.xml
  211. _Pvt_Extensions
  212. # Paket dependency manager
  213. .paket/paket.exe
  214. paket-files/
  215. # FAKE - F# Make
  216. .fake/
  217. # JetBrains Rider
  218. .idea/
  219. *.sln.iml
  220. # CodeRush
  221. .cr/
  222. # Python Tools for Visual Studio (PTVS)
  223. __pycache__/
  224. *.pyc
  225. # Cake - Uncomment if you are using it
  226. # tools/**
  227. # !tools/packages.config
  228. # Telerik's JustMock configuration file
  229. *.jmconfig
  230. # BizTalk build output
  231. *.btp.cs
  232. *.btm.cs
  233. *.odx.cs
  234. *.xsd.cs
  235. # Cake binaries
  236. tools/