.gitignore 6.6 KB

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