MCC/b2uploader: b2uploader - backup to server - SVN.BY: Go Git Service

b2uploader - backup to server

.gitignore 3.1KB

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