Biggi/YandexLocation: Микробиблиотека для получения координат по адресу - SVN.BY: Go Git Service

Микробиблиотека для получения координат по адресу

.gitignore 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. [Xx]64/
  16. [Xx]86/
  17. [Bb]uild/
  18. bld/
  19. [Bb]in/
  20. [Oo]bj/
  21. # Visual Studio 2015 cache/options directory
  22. .vs/
  23. # Uncomment if you have tasks that create the project's static files in wwwroot
  24. #wwwroot/
  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. *.opendb
  69. *.opensdf
  70. *.sdf
  71. *.cachefile
  72. *.VC.db
  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: Un-comment the next line if you do not want to checkin
  118. # your web deploy settings because they may include unencrypted
  119. # passwords
  120. #*.pubxml
  121. *.publishproj
  122. # NuGet Packages
  123. *.nupkg
  124. # The packages folder can be ignored because of Package Restore
  125. **/packages/*
  126. # except build/, which is used as an MSBuild target.
  127. !**/packages/build/
  128. # Uncomment if necessary however generally it will be regenerated when needed
  129. #!**/packages/repositories.config
  130. # NuGet v3's project.json files produces more ignoreable files
  131. *.nuget.props
  132. *.nuget.targets
  133. # Microsoft Azure Build Output
  134. csx/
  135. *.build.csdef
  136. # Microsoft Azure Emulator
  137. ecf/
  138. rcf/
  139. # Microsoft Azure ApplicationInsights config file
  140. ApplicationInsights.config
  141. # Windows Store app package directory
  142. AppPackages/
  143. BundleArtifacts/
  144. # Visual Studio cache files
  145. # files ending in .cache can be ignored
  146. *.[Cc]ache
  147. # but keep track of directories ending in .cache
  148. !*.[Cc]ache/
  149. # Others
  150. ClientBin/
  151. [Ss]tyle[Cc]op.*
  152. ~$*
  153. *~
  154. *.dbmdl
  155. *.dbproj.schemaview
  156. *.pfx
  157. *.publishsettings
  158. node_modules/
  159. orleans.codegen.cs
  160. # RIA/Silverlight projects
  161. Generated_Code/
  162. # Backup & report files from converting an old project file
  163. # to a newer Visual Studio version. Backup files are not needed,
  164. # because we have git ;-)
  165. _UpgradeReport_Files/
  166. Backup*/
  167. UpgradeLog*.XML
  168. UpgradeLog*.htm
  169. # SQL Server files
  170. *.mdf
  171. *.ldf
  172. # Business Intelligence projects
  173. *.rdl.data
  174. *.bim.layout
  175. *.bim_*.settings
  176. # Microsoft Fakes
  177. FakesAssemblies/
  178. # GhostDoc plugin setting file
  179. *.GhostDoc.xml
  180. # Node.js Tools for Visual Studio
  181. .ntvs_analysis.dat
  182. # Visual Studio 6 build log
  183. *.plg
  184. # Visual Studio 6 workspace options file
  185. *.opt
  186. # Visual Studio LightSwitch build output
  187. **/*.HTMLClient/GeneratedArtifacts
  188. **/*.DesktopClient/GeneratedArtifacts
  189. **/*.DesktopClient/ModelManifest.xml
  190. **/*.Server/GeneratedArtifacts
  191. **/*.Server/ModelManifest.xml
  192. _Pvt_Extensions
  193. # LightSwitch generated files
  194. GeneratedArtifacts/
  195. ModelManifest.xml
  196. # Paket dependency manager
  197. .paket/paket.exe
  198. # FAKE - F# Make
  199. .fake/