Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

VisualStudio.gitignore 2.1KB

13 лет назад
13 лет назад
13 лет назад
13 лет назад
13 лет назад
13 лет назад
13 лет назад
13 лет назад
13 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. *.sln.docstates
  7. # Build results
  8. [Dd]ebug/
  9. [Rr]elease/
  10. x64/
  11. build/
  12. [Bb]in/
  13. [Oo]bj/
  14. # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
  15. !packages/*/build/
  16. # MSTest test Results
  17. [Tt]est[Rr]esult*/
  18. [Bb]uild[Ll]og.*
  19. *_i.c
  20. *_p.c
  21. *.ilk
  22. *.meta
  23. *.obj
  24. *.pch
  25. *.pdb
  26. *.pgc
  27. *.pgd
  28. *.rsp
  29. *.sbr
  30. *.tlb
  31. *.tli
  32. *.tlh
  33. *.tmp
  34. *.tmp_proj
  35. *.log
  36. *.vspscc
  37. *.vssscc
  38. .builds
  39. *.pidb
  40. *.log
  41. *.scc
  42. # Visual C++ cache files
  43. ipch/
  44. *.aps
  45. *.ncb
  46. *.opensdf
  47. *.sdf
  48. *.cachefile
  49. # Visual Studio profiler
  50. *.psess
  51. *.vsp
  52. *.vspx
  53. # Guidance Automation Toolkit
  54. *.gpState
  55. # ReSharper is a .NET coding add-in
  56. _ReSharper*/
  57. *.[Rr]e[Ss]harper
  58. # TeamCity is a build add-in
  59. _TeamCity*
  60. # DotCover is a Code Coverage Tool
  61. *.dotCover
  62. # NCrunch
  63. *.ncrunch*
  64. .*crunch*.local.xml
  65. # Installshield output folder
  66. [Ee]xpress/
  67. # DocProject is a documentation generator add-in
  68. DocProject/buildhelp/
  69. DocProject/Help/*.HxT
  70. DocProject/Help/*.HxC
  71. DocProject/Help/*.hhc
  72. DocProject/Help/*.hhk
  73. DocProject/Help/*.hhp
  74. DocProject/Help/Html2
  75. DocProject/Help/html
  76. # Click-Once directory
  77. publish/
  78. # Publish Web Output
  79. *.Publish.xml
  80. *.pubxml
  81. # NuGet Packages Directory
  82. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  83. #packages/
  84. # Windows Azure Build Output
  85. csx
  86. *.build.csdef
  87. # Windows Store app package directory
  88. AppPackages/
  89. # Others
  90. sql/
  91. *.Cache
  92. ClientBin/
  93. [Ss]tyle[Cc]op.*
  94. ~$*
  95. *~
  96. *.dbmdl
  97. *.[Pp]ublish.xml
  98. *.pfx
  99. *.publishsettings
  100. # RIA/Silverlight projects
  101. Generated_Code/
  102. # Backup & report files from converting an old project file to a newer
  103. # Visual Studio version. Backup files are not needed, because we have git ;-)
  104. _UpgradeReport_Files/
  105. Backup*/
  106. UpgradeLog*.XML
  107. UpgradeLog*.htm
  108. # SQL Server files
  109. App_Data/*.mdf
  110. App_Data/*.ldf
  111. # =========================
  112. # Windows detritus
  113. # =========================
  114. # Windows image file caches
  115. Thumbs.db
  116. ehthumbs.db
  117. # Folder config file
  118. Desktop.ini
  119. # Recycle Bin used on file shares
  120. $RECYCLE.BIN/
  121. # Mac crap
  122. .DS_Store