.gitignore 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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. *.userosscache
  7. *.sln.docstates
  8. # Build results
  9. [Dd]ebug/
  10. [Dd]ebugPublic/
  11. [Rr]elease/
  12. [Rr]eleases/
  13. x64/
  14. x86/
  15. build/
  16. bld/
  17. [Bb]in/
  18. [Oo]bj/
  19. # Roslyn cache directories
  20. *.ide/
  21. # MSTest test Results
  22. [Tt]est[Rr]esult*/
  23. [Bb]uild[Ll]og.*
  24. #NUNIT
  25. *.VisualState.xml
  26. TestResult.xml
  27. # Build Results of an ATL Project
  28. [Dd]ebugPS/
  29. [Rr]eleasePS/
  30. dlldata.c
  31. *_i.c
  32. *_p.c
  33. *_i.h
  34. *.ilk
  35. *.meta
  36. *.obj
  37. *.pch
  38. *.pdb
  39. *.pgc
  40. *.pgd
  41. *.rsp
  42. *.sbr
  43. *.tlb
  44. *.tli
  45. *.tlh
  46. *.tmp
  47. *.tmp_proj
  48. *.log
  49. *.vspscc
  50. *.vssscc
  51. .builds
  52. *.pidb
  53. *.svclog
  54. *.scc
  55. # Chutzpah Test files
  56. _Chutzpah*
  57. # Visual C++ cache files
  58. ipch/
  59. *.aps
  60. *.ncb
  61. *.opensdf
  62. *.sdf
  63. *.cachefile
  64. # Visual Studio profiler
  65. *.psess
  66. *.vsp
  67. *.vspx
  68. # TFS 2012 Local Workspace
  69. $tf/
  70. # Guidance Automation Toolkit
  71. *.gpState
  72. # ReSharper is a .NET coding add-in
  73. _ReSharper*/
  74. *.[Rr]e[Ss]harper
  75. *.DotSettings.user
  76. # JustCode is a .NET coding addin-in
  77. .JustCode
  78. # TeamCity is a build add-in
  79. _TeamCity*
  80. # DotCover is a Code Coverage Tool
  81. *.dotCover
  82. # NCrunch
  83. _NCrunch_*
  84. .*crunch*.local.xml
  85. # MightyMoose
  86. *.mm.*
  87. AutoTest.Net/
  88. # Web workbench (sass)
  89. .sass-cache/
  90. # Installshield output folder
  91. [Ee]xpress/
  92. # DocProject is a documentation generator add-in
  93. DocProject/buildhelp/
  94. DocProject/Help/*.HxT
  95. DocProject/Help/*.HxC
  96. DocProject/Help/*.hhc
  97. DocProject/Help/*.hhk
  98. DocProject/Help/*.hhp
  99. DocProject/Help/Html2
  100. DocProject/Help/html
  101. # Click-Once directory
  102. publish/
  103. # Publish Web Output
  104. *.[Pp]ublish.xml
  105. *.azurePubxml
  106. # TODO: Comment the next line if you want to checkin your web deploy settings
  107. # but database connection strings (with potential passwords) will be unencrypted
  108. *.pubxml
  109. *.publishproj
  110. # NuGet Packages
  111. *.nupkg
  112. # The packages folder can be ignored because of Package Restore
  113. **/packages/*
  114. # except build/, which is used as an MSBuild target.
  115. !**/packages/build/
  116. # If using the old MSBuild-Integrated Package Restore, uncomment this:
  117. #!**/packages/repositories.config
  118. # Windows Azure Build Output
  119. csx/
  120. *.build.csdef
  121. # Windows Store app package directory
  122. AppPackages/
  123. # Others
  124. sql/
  125. *.Cache
  126. ClientBin/
  127. [Ss]tyle[Cc]op.*
  128. ~$*
  129. *~
  130. *.dbmdl
  131. *.dbproj.schemaview
  132. *.pfx
  133. *.publishsettings
  134. node_modules/
  135. # RIA/Silverlight projects
  136. Generated_Code/
  137. # Backup & report files from converting an old project file
  138. # to a newer Visual Studio version. Backup files are not needed,
  139. # because we have git ;-)
  140. _UpgradeReport_Files/
  141. Backup*/
  142. UpgradeLog*.XML
  143. UpgradeLog*.htm
  144. # SQL Server files
  145. *.mdf
  146. *.ldf
  147. # Business Intelligence projects
  148. *.rdl.data
  149. *.bim.layout
  150. *.bim_*.settings
  151. # Microsoft Fakes
  152. FakesAssemblies/
  153. # =========================
  154. # Operating System Files
  155. # =========================
  156. # OSX
  157. # =========================
  158. .DS_Store
  159. .AppleDouble
  160. .LSOverride
  161. # Thumbnails
  162. ._*
  163. # Files that might appear on external disk
  164. .Spotlight-V100
  165. .Trashes
  166. # Directories potentially created on remote AFP share
  167. .AppleDB
  168. .AppleDesktop
  169. Network Trash Folder
  170. Temporary Items
  171. .apdisk
  172. # Windows
  173. # =========================
  174. # Windows image file caches
  175. Thumbs.db
  176. ehthumbs.db
  177. # Folder config file
  178. Desktop.ini
  179. # Recycle Bin used on file shares
  180. $RECYCLE.BIN/
  181. # Windows Installer files
  182. *.cab
  183. *.msi
  184. *.msm
  185. *.msp
  186. # Windows shortcuts
  187. *.lnk
  188. /.vs/