.gitignore 3.2 KB

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