.gitignore 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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. # User-specific files (MonoDevelop/Xamarin Studio)
  9. *.userprefs
  10. # Build results
  11. [Dd]ebug/
  12. [Dd]ebugPublic/
  13. [Rr]elease/
  14. [Rr]eleases/
  15. x64/
  16. x86/
  17. build/
  18. bld/
  19. [Bb]in/
  20. [Oo]bj/
  21. Generated Files/
  22. # Visual Studio 2015 cache/options directory
  23. .vs/
  24. # Visual Studio 2015 intellisense database
  25. *.VC.db
  26. *.VC.opendb
  27. # MSTest test Results
  28. [Tt]est[Rr]esult*/
  29. [Bb]uild[Ll]og.*
  30. # NUNIT
  31. *.VisualState.xml
  32. TestResult.xml
  33. # Build Results of an ATL Project
  34. [Dd]ebugPS/
  35. [Rr]eleasePS/
  36. dlldata.c
  37. # DNX
  38. project.lock.json
  39. artifacts/
  40. *_i.c
  41. *_p.c
  42. *_i.h
  43. *.ilk
  44. *.meta
  45. *.obj
  46. *.pch
  47. *.pdb
  48. *.pgc
  49. *.pgd
  50. *.rsp
  51. *.sbr
  52. *.tlb
  53. *.tli
  54. *.tlh
  55. *.tmp
  56. *.tmp_proj
  57. *.log
  58. *.vspscc
  59. *.vssscc
  60. .builds
  61. *.pidb
  62. *.svclog
  63. *.scc
  64. # Chutzpah Test files
  65. _Chutzpah*
  66. # Visual C++ cache files
  67. ipch/
  68. *.aps
  69. *.ncb
  70. *.opensdf
  71. *.sdf
  72. *.cachefile
  73. # Visual Studio profiler
  74. *.psess
  75. *.vsp
  76. *.vspx
  77. # TFS 2012 Local Workspace
  78. $tf/
  79. # Guidance Automation Toolkit
  80. *.gpState
  81. # ReSharper is a .NET coding add-in
  82. _ReSharper*/
  83. *.[Rr]e[Ss]harper
  84. *.DotSettings.user
  85. # JustCode is a .NET coding add-in
  86. .JustCode
  87. # TeamCity is a build add-in
  88. _TeamCity*
  89. # DotCover is a Code Coverage Tool
  90. *.dotCover
  91. # NCrunch
  92. _NCrunch_*
  93. .*crunch*.local.xml
  94. # MightyMoose
  95. *.mm.*
  96. AutoTest.Net/
  97. # Web workbench (sass)
  98. .sass-cache/
  99. # Installshield output folder
  100. [Ee]xpress/
  101. # DocProject is a documentation generator add-in
  102. DocProject/buildhelp/
  103. DocProject/Help/*.HxT
  104. DocProject/Help/*.HxC
  105. DocProject/Help/*.hhc
  106. DocProject/Help/*.hhk
  107. DocProject/Help/*.hhp
  108. DocProject/Help/Html2
  109. DocProject/Help/html
  110. # Click-Once directory
  111. publish/
  112. # Publish Web Output
  113. *.[Pp]ublish.xml
  114. *.azurePubxml
  115. ## TODO: Comment the next line if you want to checkin your
  116. ## web deploy settings but do note that will include unencrypted
  117. ## passwords
  118. #*.pubxml
  119. *.publishproj
  120. # NuGet Packages
  121. *.nupkg
  122. # The packages folder can be ignored because of Package Restore
  123. **/packages/*
  124. # except build/, which is used as an MSBuild target.
  125. !**/packages/build/
  126. # Uncomment if necessary however generally it will be regenerated when needed
  127. #!**/packages/repositories.config
  128. # Windows Azure Build Output
  129. csx/
  130. *.build.csdef
  131. # Windows Store app package directory
  132. AppPackages/
  133. # Visual Studio cache files
  134. # files ending in .cache can be ignored
  135. *.[Cc]ache
  136. # but keep track of directories ending in .cache
  137. !*.[Cc]ache/
  138. # Others
  139. ClientBin/
  140. [Ss]tyle[Cc]op.*
  141. ~$*
  142. *~
  143. *.dbmdl
  144. *.dbproj.schemaview
  145. *.pfx
  146. *.publishsettings
  147. node_modules/
  148. orleans.codegen.cs
  149. # RIA/Silverlight projects
  150. Generated_Code/
  151. # Backup & report files from converting an old project file
  152. # to a newer Visual Studio version. Backup files are not needed,
  153. # because we have git ;-)
  154. _UpgradeReport_Files/
  155. Backup*/
  156. UpgradeLog*.XML
  157. UpgradeLog*.htm
  158. # SQL Server files
  159. *.mdf
  160. *.ldf
  161. # Business Intelligence projects
  162. *.rdl.data
  163. *.bim.layout
  164. *.bim_*.settings
  165. # Microsoft Fakes
  166. FakesAssemblies/
  167. # Node.js Tools for Visual Studio
  168. .ntvs_analysis.dat
  169. # Visual Studio 6 build log
  170. *.plg
  171. # Visual Studio 6 workspace options file
  172. *.opt
  173. # LightSwitch generated files
  174. GeneratedArtifacts/
  175. _Pvt_Extensions/
  176. ModelManifest.xml
  177. # Windows Phone associated file
  178. winrt/SDL2/*
  179. !winphone/SDL2/README.txt