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.

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