2012-06-16 22:21:06 +04:00
|
|
|
# git #
|
|
|
|
.git*
|
|
|
|
|
|
|
|
# Node #
|
|
|
|
node_modules/
|
|
|
|
|
2013-11-15 02:31:50 +04:00
|
|
|
# Sub-modules #
|
|
|
|
lib/common/
|
|
|
|
lib/services/computeManagement/
|
|
|
|
lib/services/management/
|
2014-04-18 21:12:03 +04:00
|
|
|
lib/services/monitoring/
|
2013-11-15 02:31:50 +04:00
|
|
|
lib/services/networkManagement/
|
2013-12-27 19:48:56 +04:00
|
|
|
lib/services/scheduler/
|
|
|
|
lib/services/schedulerManagement/
|
2013-11-15 02:31:50 +04:00
|
|
|
lib/services/serviceBusManagement/
|
|
|
|
lib/services/sqlManagement/
|
|
|
|
lib/services/storageManagement/
|
|
|
|
lib/services/storeManagement/
|
|
|
|
lib/services/subscriptionManagement/
|
|
|
|
lib/services/webSiteManagement/
|
2014-06-19 00:19:29 +04:00
|
|
|
lib/services/webSiteManagement2/
|
2014-05-24 01:01:51 +04:00
|
|
|
lib/services/legacyStorage/
|
2014-07-15 04:11:20 +04:00
|
|
|
lib/services/serviceBus
|
|
|
|
lib/services/hdinsight
|
2013-11-15 02:31:50 +04:00
|
|
|
|
2012-07-06 21:46:53 +04:00
|
|
|
# Test folder #
|
|
|
|
test/
|
|
|
|
|
2013-02-17 02:04:22 +04:00
|
|
|
# Examples #
|
|
|
|
examples/blobuploader/
|
|
|
|
examples/blog/
|
|
|
|
examples/geophoto/
|
|
|
|
examples/helloruntime/
|
|
|
|
examples/myevents/
|
|
|
|
examples/serviceexplorer/
|
|
|
|
examples/servicemanagement/
|
|
|
|
examples/tasklist/
|
|
|
|
|
2014-07-11 04:58:55 +04:00
|
|
|
# Tools and dev scripts #
|
|
|
|
tools/
|
|
|
|
tasks/
|
|
|
|
scripts/
|
2014-07-11 05:02:12 +04:00
|
|
|
gruntfile.js
|
2014-07-11 04:58:55 +04:00
|
|
|
|
|
|
|
# Nuget packages #
|
|
|
|
.nuget/
|
|
|
|
packages/
|
2014-07-11 05:02:12 +04:00
|
|
|
packages.config
|
2016-02-28 06:30:26 +03:00
|
|
|
|
|
|
|
# VS #
|
|
|
|
.ntvs_analysis.*
|