您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

262 行
4.2 KiB

  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. # User-specific files (MonoDevelop/Xamarin Studio)
  9. *.userprefs
  10. # Build results
  11. [Dd]ebug/
  12. [Dd]ebugPublic/
  13. [Rr]elease/
  14. [Rr]eleases/
  15. x64/
  16. x86/
  17. bld/
  18. [Bb]in/
  19. [Oo]bj/
  20. [Ll]og/
  21. # Visual Studio 2015 cache/options directory
  22. .vs/
  23. .vs
  24. # Uncomment if you have tasks that create the project's static files in wwwroot
  25. #wwwroot/
  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. project.fragment.lock.json
  39. artifacts/
  40. *_i.c
  41. *_p.c
  42. *_i.h
  43. *.ilk
  44. *.meta
  45. *.obj
  46. *.pch
  47. *.pdb
  48. *.pgc
  49. *.pgd
  50. *.rsp
  51. *.sbr
  52. *.tlb
  53. *.tli
  54. *.tlh
  55. *.tmp
  56. *.tmp_proj
  57. *.log
  58. *.vspscc
  59. *.vssscc
  60. .builds
  61. *.pidb
  62. *.svclog
  63. *.scc
  64. # Chutzpah Test files
  65. _Chutzpah*
  66. # Visual C++ cache files
  67. ipch/
  68. *.aps
  69. *.ncb
  70. *.opendb
  71. *.opensdf
  72. *.sdf
  73. *.cachefile
  74. *.VC.db
  75. *.VC.VC.opendb
  76. # Visual Studio profiler
  77. *.psess
  78. *.vsp
  79. *.vspx
  80. *.sap
  81. # TFS 2012 Local Workspace
  82. $tf/
  83. # Guidance Automation Toolkit
  84. *.gpState
  85. # ReSharper is a .NET coding add-in
  86. _ReSharper*/
  87. *.[Rr]e[Ss]harper
  88. *.DotSettings.user
  89. # JustCode is a .NET coding add-in
  90. .JustCode
  91. # TeamCity is a build add-in
  92. _TeamCity*
  93. # DotCover is a Code Coverage Tool
  94. *.dotCover
  95. # NCrunch
  96. _NCrunch_*
  97. .*crunch*.local.xml
  98. nCrunchTemp_*
  99. # MightyMoose
  100. *.mm.*
  101. AutoTest.Net/
  102. # Web workbench (sass)
  103. .sass-cache/
  104. # Installshield output folder
  105. [Ee]xpress/
  106. # DocProject is a documentation generator add-in
  107. DocProject/buildhelp/
  108. DocProject/Help/*.HxT
  109. DocProject/Help/*.HxC
  110. DocProject/Help/*.hhc
  111. DocProject/Help/*.hhk
  112. DocProject/Help/*.hhp
  113. DocProject/Help/Html2
  114. DocProject/Help/html
  115. # Click-Once directory
  116. publish/
  117. # Publish Web Output
  118. *.[Pp]ublish.xml
  119. *.azurePubxml
  120. # TODO: Comment the next line if you want to checkin your web deploy settings
  121. # but database connection strings (with potential passwords) will be unencrypted
  122. #*.pubxml
  123. *.publishproj
  124. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  125. # checkin your Azure Web App publish settings, but sensitive information contained
  126. # in these scripts will be unencrypted
  127. PublishScripts/
  128. # NuGet Packages
  129. # The packages folder can be ignored because of Package Restore
  130. # except build/, which is used as an MSBuild target.
  131. # Uncomment if necessary however generally it will be regenerated when needed
  132. #!**/packages/repositories.config
  133. # NuGet v3's project.json files produces more ignoreable files
  134. *.nuget.props
  135. *.nuget.targets
  136. # Microsoft Azure Build Output
  137. csx/
  138. *.build.csdef
  139. # Microsoft Azure Emulator
  140. ecf/
  141. rcf/
  142. # Windows Store app package directories and files
  143. AppPackages/
  144. BundleArtifacts/
  145. Package.StoreAssociation.xml
  146. _pkginfo.txt
  147. # Visual Studio cache files
  148. # files ending in .cache can be ignored
  149. *.[Cc]ache
  150. # but keep track of directories ending in .cache
  151. !*.[Cc]ache/
  152. # Others
  153. ClientBin/
  154. ~$*
  155. *~
  156. *.dbmdl
  157. *.dbproj.schemaview
  158. *.jfm
  159. *.pfx
  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. # CodeRush
  208. .cr/
  209. # Python Tools for Visual Studio (PTVS)
  210. __pycache__/
  211. *.pyc