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.

266 lines
4.6 KiB

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