.gitignore 3.2 KB

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