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.

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