.gitignore 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. # ---> VisualStudio
  2. ## Ignore Visual Studio temporary files, build results, and
  3. ## files generated by popular Visual Studio add-ons.
  4. # User-specific files
  5. *.suo
  6. *.user
  7. *.userosscache
  8. *.sln.docstates
  9. # User-specific files (MonoDevelop/Xamarin Studio)
  10. *.userprefs
  11. # Build results
  12. [Dd]ebug/
  13. [Dd]ebugPublic/
  14. [Rr]elease/
  15. [Rr]eleases/
  16. x64/
  17. x86/
  18. build/
  19. bld/
  20. [Bb]in/
  21. [Oo]bj/
  22. dist/
  23. # Visual Studio 2015 cache/options directory
  24. .vs/
  25. # Uncomment if you have tasks that create the project's static files in wwwroot
  26. #wwwroot/
  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. *.sap
  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. nCrunchTemp_*
  96. # MightyMoose
  97. *.mm.*
  98. AutoTest.Net/
  99. # Web workbench (sass)
  100. .sass-cache/
  101. # Installshield output folder
  102. [Ee]xpress/
  103. # DocProject is a documentation generator add-in
  104. DocProject/buildhelp/
  105. DocProject/Help/*.HxT
  106. DocProject/Help/*.HxC
  107. DocProject/Help/*.hhc
  108. DocProject/Help/*.hhk
  109. DocProject/Help/*.hhp
  110. DocProject/Help/Html2
  111. DocProject/Help/html
  112. # Click-Once directory
  113. publish/
  114. # Publish Web Output
  115. *.[Pp]ublish.xml
  116. *.azurePubxml
  117. # TODO: Comment the next line if you want to checkin your web deploy settings
  118. # but database connection strings (with potential passwords) will be unencrypted
  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. # Visual Studio LightSwitch build output
  175. **/*.HTMLClient/GeneratedArtifacts
  176. **/*.DesktopClient/GeneratedArtifacts
  177. **/*.DesktopClient/ModelManifest.xml
  178. **/*.Server/GeneratedArtifacts
  179. **/*.Server/ModelManifest.xml
  180. _Pvt_Extensions
  181. # ---> VisualStudioCode
  182. .settings