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.

262 lines
4.5 KiB

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