.gitignore 3.4 KB

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