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.

286 lines
4.9 KiB

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