.gitignore 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. ##
  4. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  5. ## 语法:
  6. ## 以”#”号开头表示注释;
  7. ## 以斜杠“/”开头表示目录;
  8. ## 以星号“*”通配多个字符;
  9. ## 以问号“?”通配单个字符
  10. ## 以方括号“[]”包含单个字符的匹配列表;
  11. ## 以叹号“!”表示不忽略(跟踪)匹配到的文件或目录;
  12. ## 此外,git 对于 .ignore 配置文件是按行从上到下进行规则匹配的,意味着如果前面的规则匹配的范围更大,则后面的规则将不会生效
  13. # User-specific files
  14. *.rsuser
  15. *.suo
  16. *.user
  17. *.userosscache
  18. *.sln.docstates
  19. # 备份文件
  20. **/backup/
  21. # Build outputs
  22. bin/
  23. obj/
  24. #Properties
  25. [Pp]roperties/
  26. # NuGet packages
  27. [Pp]ackages/
  28. # User-specific files (MonoDevelop/Xamarin Studio)
  29. *.userprefs
  30. # Mono auto generated files
  31. mono_crash.*
  32. # Build results
  33. [Dd]ebug/
  34. [Dd]ebugPublic/
  35. [Rr]elease/
  36. [Rr]eleases/
  37. x64/
  38. x86/
  39. [Ww][Ii][Nn]32/
  40. [Aa][Rr][Mm]/
  41. [Aa][Rr][Mm]64/
  42. bld/
  43. [Bb]in/
  44. [Oo]bj/
  45. [Ll]og/
  46. [Ll]ogs/
  47. # Visual Studio 2015/2017 cache/options directory
  48. .vs/
  49. # Uncomment if you have tasks that create the project's static files in wwwroot
  50. #wwwroot/
  51. # Visual Studio 2017 auto generated files
  52. Generated\ Files/
  53. # MSTest test Results
  54. [Tt]est[Rr]esult*/
  55. [Bb]uild[Ll]og.*
  56. # NUnit
  57. *.VisualState.xml
  58. TestResult.xml
  59. nunit-*.xml
  60. # Build Results of an ATL Project
  61. [Dd]ebugPS/
  62. [Rr]eleasePS/
  63. dlldata.c
  64. # Benchmark Results
  65. BenchmarkDotNet.Artifacts/
  66. # .NET Core
  67. project.lock.json
  68. project.fragment.lock.json
  69. artifacts/
  70. # ASP.NET Scaffolding
  71. ScaffoldingReadMe.txt
  72. # StyleCop
  73. StyleCopReport.xml
  74. # Files built by Visual Studio
  75. *_i.c
  76. *_p.c
  77. *_h.h
  78. *.ilk
  79. *.meta
  80. *.obj
  81. *.iobj
  82. *.pch
  83. *.pdb
  84. *.ipdb
  85. *.pgc
  86. *.pgd
  87. *.rsp
  88. *.sbr
  89. *.tlb
  90. *.tli
  91. *.tlh
  92. *.tmp
  93. *.tmp_proj
  94. *_wpftmp.csproj
  95. *.log
  96. *.vspscc
  97. *.vssscc
  98. .builds
  99. *.pidb
  100. *.svclog
  101. *.scc
  102. # Chutzpah Test files
  103. _Chutzpah*
  104. # Visual C++ cache files
  105. ipch/
  106. *.aps
  107. *.ncb
  108. *.opendb
  109. *.opensdf
  110. *.sdf
  111. *.cachefile
  112. *.VC.db
  113. *.VC.VC.opendb
  114. # Visual Studio profiler
  115. *.psess
  116. *.vsp
  117. *.vspx
  118. *.sap
  119. # Visual Studio Trace Files
  120. *.e2e
  121. # TFS 2012 Local Workspace
  122. $tf/
  123. # Guidance Automation Toolkit
  124. *.gpState
  125. # ReSharper is a .NET coding add-in
  126. _ReSharper*/
  127. *.[Rr]e[Ss]harper
  128. *.DotSettings.user
  129. # TeamCity is a build add-in
  130. _TeamCity*
  131. # DotCover is a Code Coverage Tool
  132. *.dotCover
  133. # AxoCover is a Code Coverage Tool
  134. .axoCover/*
  135. !.axoCover/settings.json
  136. # Coverlet is a free, cross platform Code Coverage Tool
  137. coverage*.json
  138. coverage*.xml
  139. coverage*.info
  140. # Visual Studio code coverage results
  141. *.coverage
  142. *.coveragexml
  143. # NCrunch
  144. _NCrunch_*
  145. .*crunch*.local.xml
  146. nCrunchTemp_*
  147. # MightyMoose
  148. *.mm.*
  149. AutoTest.Net/
  150. # Web workbench (sass)
  151. .sass-cache/
  152. # Installshield output folder
  153. [Ee]xpress/
  154. # DocProject is a documentation generator add-in
  155. DocProject/buildhelp/
  156. DocProject/Help/*.HxT
  157. DocProject/Help/*.HxC
  158. DocProject/Help/*.hhc
  159. DocProject/Help/*.hhk
  160. DocProject/Help/*.hhp
  161. DocProject/Help/Html2
  162. DocProject/Help/html
  163. # Click-Once directory
  164. publish/
  165. # Publish Web Output
  166. *.[Pp]ublish.xml
  167. *.azurePubxml
  168. # Note: Comment the next line if you want to checkin your web deploy settings,
  169. # but database connection strings (with potential passwords) will be unencrypted
  170. *.pubxml
  171. *.publishproj
  172. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  173. # checkin your Azure Web App publish settings, but sensitive information contained
  174. # in these scripts will be unencrypted
  175. PublishScripts/
  176. # NuGet Packages
  177. *.nupkg
  178. # NuGet Symbol Packages
  179. *.snupkg
  180. # The packages folder can be ignored because of Package Restore
  181. **/[Pp]ackages/*
  182. # except build/, which is used as an MSBuild target.
  183. !**/[Pp]ackages/build/
  184. # Uncomment if necessary however generally it will be regenerated when needed
  185. #!**/[Pp]ackages/repositories.config
  186. # NuGet v3's project.json files produces more ignorable files
  187. *.nuget.props
  188. *.nuget.targets
  189. # Microsoft Azure Build Output
  190. csx/
  191. *.build.csdef
  192. # Microsoft Azure Emulator
  193. ecf/
  194. rcf/
  195. # Windows Store app package directories and files
  196. AppPackages/
  197. BundleArtifacts/
  198. Package.StoreAssociation.xml
  199. _pkginfo.txt
  200. *.appx
  201. *.appxbundle
  202. *.appxupload
  203. # Visual Studio cache files
  204. # files ending in .cache can be ignored
  205. *.[Cc]ache
  206. # but keep track of directories ending in .cache
  207. !?*.[Cc]ache/
  208. # Others
  209. ClientBin/
  210. ~$*
  211. *~
  212. *.dbmdl
  213. *.dbproj.schemaview
  214. *.jfm
  215. *.pfx
  216. *.publishsettings
  217. orleans.codegen.cs
  218. # Including strong name files can present a security risk
  219. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  220. #*.snk
  221. # Since there are multiple workflows, uncomment next line to ignore bower_components
  222. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  223. #bower_components/
  224. # RIA/Silverlight projects
  225. Generated_Code/
  226. # Backup & report files from converting an old project file
  227. # to a newer Visual Studio version. Backup files are not needed,
  228. # because we have git ;-)
  229. _UpgradeReport_Files/
  230. Backup*/
  231. UpgradeLog*.XML
  232. UpgradeLog*.htm
  233. ServiceFabricBackup/
  234. *.rptproj.bak
  235. # SQL Server files
  236. *.mdf
  237. *.ldf
  238. *.ndf
  239. # Business Intelligence projects
  240. *.rdl.data
  241. *.bim.layout
  242. *.bim_*.settings
  243. *.rptproj.rsuser
  244. *- [Bb]ackup.rdl
  245. *- [Bb]ackup ([0-9]).rdl
  246. *- [Bb]ackup ([0-9][0-9]).rdl
  247. # Microsoft Fakes
  248. FakesAssemblies/
  249. # GhostDoc plugin setting file
  250. *.GhostDoc.xml
  251. # Node.js Tools for Visual Studio
  252. .ntvs_analysis.dat
  253. node_modules/
  254. # Visual Studio 6 build log
  255. *.plg
  256. # Visual Studio 6 workspace options file
  257. *.opt
  258. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  259. *.vbw
  260. # Visual Studio LightSwitch build output
  261. **/*.HTMLClient/GeneratedArtifacts
  262. **/*.DesktopClient/GeneratedArtifacts
  263. **/*.DesktopClient/ModelManifest.xml
  264. **/*.Server/GeneratedArtifacts
  265. **/*.Server/ModelManifest.xml
  266. _Pvt_Extensions
  267. # Paket dependency manager
  268. .paket/paket.exe
  269. paket-files/
  270. # FAKE - F# Make
  271. .fake/
  272. # CodeRush personal settings
  273. .cr/personal
  274. # Python Tools for Visual Studio (PTVS)
  275. __pycache__/
  276. *.pyc
  277. # Cake - Uncomment if you are using it
  278. # tools/**
  279. # !tools/packages.config
  280. # Tabs Studio
  281. *.tss
  282. # Telerik's JustMock configuration file
  283. *.jmconfig
  284. # BizTalk build output
  285. *.btp.cs
  286. *.btm.cs
  287. *.odx.cs
  288. *.xsd.cs
  289. # OpenCover UI analysis results
  290. OpenCover/
  291. # Azure Stream Analytics local run output
  292. ASALocalRun/
  293. # MSBuild Binary and Structured Log
  294. *.binlog
  295. # NVidia Nsight GPU debugger configuration file
  296. *.nvuser
  297. # MFractors (Xamarin productivity tool) working folder
  298. .mfractor/
  299. # Local History for Visual Studio
  300. .localhistory/
  301. # BeatPulse healthcheck temp database
  302. healthchecksdb
  303. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  304. MigrationBackup/
  305. # Ionide (cross platform F# VS Code tools) working folder
  306. .ionide/
  307. # Fody - auto-generated XML schema
  308. FodyWeavers.xsd