打印服务
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.

116 lines
1.5 KiB

3 years ago
  1. # ---> C Sharp
  2. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  3. [Bb]in/
  4. [Oo]bj/
  5. # mstest test results
  6. TestResults
  7. ## Ignore Visual Studio temporary files, build results, and
  8. ## files generated by popular Visual Studio add-ons.
  9. # User-specific files
  10. *.suo
  11. *.user
  12. *.sln.docstates
  13. # Build results
  14. [Dd]ebug/
  15. [Rr]elease/
  16. x64/
  17. *_i.c
  18. *_p.c
  19. *.ilk
  20. *.meta
  21. *.obj
  22. *.pch
  23. *.pdb
  24. *.pgc
  25. *.pgd
  26. *.rsp
  27. *.sbr
  28. *.tlb
  29. *.tli
  30. *.tlh
  31. *.tmp
  32. *.log
  33. *.vspscc
  34. *.vssscc
  35. *.cache
  36. *.dll
  37. *.pdb
  38. .builds
  39. # Visual C++ cache files
  40. ipch/
  41. *.aps
  42. *.ncb
  43. *.opensdf
  44. *.sdf
  45. # Visual Studio profiler
  46. *.psess
  47. *.vsp
  48. *.vspx
  49. # Guidance Automation Toolkit
  50. *.gpState
  51. # ReSharper is a .NET coding add-in
  52. _ReSharper*
  53. # NCrunch
  54. *.ncrunch*
  55. .*crunch*.local.xml
  56. # Installshield output folder
  57. [Ee]xpress
  58. # DocProject is a documentation generator add-in
  59. DocProject/buildhelp/
  60. DocProject/Help/*.HxT
  61. DocProject/Help/*.HxC
  62. DocProject/Help/*.hhc
  63. DocProject/Help/*.hhk
  64. DocProject/Help/*.hhp
  65. DocProject/Help/Html2
  66. DocProject/Help/html
  67. # Click-Once directory
  68. publish
  69. # Publish Web Output
  70. *.Publish.xml
  71. # NuGet Packages Directory
  72. packages
  73. # Windows Azure Build Output
  74. csx
  75. *.build.csdef
  76. # Windows Store app package directory
  77. AppPackages/
  78. # Others
  79. [Bb]in
  80. [Oo]bj
  81. sql
  82. TestResults
  83. [Tt]est[Rr]esult*
  84. *.Cache
  85. ClientBin
  86. [Ss]tyle[Cc]op.*
  87. ~$*
  88. *.dbmdl
  89. Generated_Code #added for RIA/Silverlight projects
  90. # Backup & report files from converting an old project file to a newer
  91. # Visual Studio version. Backup files are not needed, because we have git ;-)
  92. _UpgradeReport_Files/
  93. Backup*/
  94. UpgradeLog*.XML
  95. /lib
  96. .vs
  97. /.gitattributes