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.

279 lines
4.8 KiB

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