VisualStudio.gitignore 2.3 KB

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