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.

271 lines
4.7 KiB

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