.gitignore 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. # ---> VisualStudio
  2. ## Ignore Visual Studio temporary files, build results, and
  3. ## files generated by popular Visual Studio add-ons.
  4. # User-specific files
  5. *.suo
  6. *.user
  7. *.userosscache
  8. *.sln.docstates
  9. # 通用忽略规则
  10. node_modules/
  11. .DS_Store
  12. dist/
  13. *.log
  14. # UniApp 特定
  15. unpackage/
  16. .hbuilderx/
  17. # User-specific files (MonoDevelop/Xamarin Studio)
  18. *.userprefs
  19. # Build results
  20. [Dd]ebug/
  21. [Dd]ebugPublic/
  22. [Rr]elease/
  23. [Rr]eleases/
  24. x64/
  25. x86/
  26. build/
  27. bld/
  28. [Bb]in/
  29. [Oo]bj/
  30. # Visual Studio 2015 cache/options directory
  31. .vs/
  32. # Uncomment if you have tasks that create the project's static files in wwwroot
  33. #wwwroot/
  34. # MSTest test Results
  35. [Tt]est[Rr]esult*/
  36. [Bb]uild[Ll]og.*
  37. # NUNIT
  38. *.VisualState.xml
  39. TestResult.xml
  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. *.opensdf
  78. *.sdf
  79. *.cachefile
  80. # Visual Studio profiler
  81. *.psess
  82. *.vsp
  83. *.vspx
  84. *.sap
  85. # TFS 2012 Local Workspace
  86. $tf/
  87. # Guidance Automation Toolkit
  88. *.gpState
  89. # ReSharper is a .NET coding add-in
  90. _ReSharper*/
  91. *.[Rr]e[Ss]harper
  92. *.DotSettings.user
  93. # JustCode is a .NET coding add-in
  94. .JustCode
  95. # TeamCity is a build add-in
  96. _TeamCity*
  97. # DotCover is a Code Coverage Tool
  98. *.dotCover
  99. # NCrunch
  100. _NCrunch_*
  101. .*crunch*.local.xml
  102. nCrunchTemp_*
  103. # MightyMoose
  104. *.mm.*
  105. AutoTest.Net/
  106. # Web workbench (sass)
  107. .sass-cache/
  108. # Installshield output folder
  109. [Ee]xpress/
  110. # DocProject is a documentation generator add-in
  111. DocProject/buildhelp/
  112. DocProject/Help/*.HxT
  113. DocProject/Help/*.HxC
  114. DocProject/Help/*.hhc
  115. DocProject/Help/*.hhk
  116. DocProject/Help/*.hhp
  117. DocProject/Help/Html2
  118. DocProject/Help/html
  119. # Click-Once directory
  120. publish/
  121. # Publish Web Output
  122. *.[Pp]ublish.xml
  123. *.azurePubxml
  124. # TODO: Comment the next line if you want to checkin your web deploy settings
  125. # but database connection strings (with potential passwords) will be unencrypted
  126. *.pubxml
  127. *.publishproj
  128. # NuGet Packages
  129. *.nupkg
  130. # The packages folder can be ignored because of Package Restore
  131. **/packages/*
  132. # except build/, which is used as an MSBuild target.
  133. !**/packages/build/
  134. # Uncomment if necessary however generally it will be regenerated when needed
  135. #!**/packages/repositories.config
  136. # Windows Azure Build Output
  137. csx/
  138. *.build.csdef
  139. # Windows Store app package directory
  140. AppPackages/
  141. # Visual Studio cache files
  142. # files ending in .cache can be ignored
  143. *.[Cc]ache
  144. # but keep track of directories ending in .cache
  145. !*.[Cc]ache/
  146. # Others
  147. ClientBin/
  148. [Ss]tyle[Cc]op.*
  149. ~$*
  150. *~
  151. *.dbmdl
  152. *.dbproj.schemaview
  153. *.pfx
  154. *.publishsettings
  155. node_modules/
  156. orleans.codegen.cs
  157. # RIA/Silverlight projects
  158. Generated_Code/
  159. # Backup & report files from converting an old project file
  160. # to a newer Visual Studio version. Backup files are not needed,
  161. # because we have git ;-)
  162. _UpgradeReport_Files/
  163. Backup*/
  164. UpgradeLog*.XML
  165. UpgradeLog*.htm
  166. # SQL Server files
  167. *.mdf
  168. *.ldf
  169. # Business Intelligence projects
  170. *.rdl.data
  171. *.bim.layout
  172. *.bim_*.settings
  173. # Microsoft Fakes
  174. FakesAssemblies/
  175. # Node.js Tools for Visual Studio
  176. .ntvs_analysis.dat
  177. # Visual Studio 6 build log
  178. *.plg
  179. # Visual Studio 6 workspace options file
  180. *.opt
  181. # Visual Studio LightSwitch build output
  182. **/*.HTMLClient/GeneratedArtifacts
  183. **/*.DesktopClient/GeneratedArtifacts
  184. **/*.DesktopClient/ModelManifest.xml
  185. **/*.Server/GeneratedArtifacts
  186. **/*.Server/ModelManifest.xml
  187. _Pvt_Extensions
  188. # ---> VisualStudioCode
  189. .settings