Skip to content

Commit b61bf1d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/learn-pr into AP_feb16
2 parents 11c2a32 + 57c2a4a commit b61bf1d

File tree

8,775 files changed

+161708
-82651
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,775 files changed

+161708
-82651
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,13 @@ _dependentPackages/
1616
.DS_Store
1717
Thumbs.db
1818
*.bak
19-
.fake
19+
.fake
20+
21+
######################
22+
# IntelliJ
23+
######################
24+
.idea/
25+
*.iml
26+
*.iws
27+
*.ipr
28+
*.ids

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
"url": "https://github.com/Azure-Samples/cosmos-db-sql-api-javascript-samples",
7979
"branch": "main",
8080
"branch_mapping": {}
81+
},
82+
{
83+
"path_to_root": "iot-central-docs-samples",
84+
"url": "https://github.com/Azure-Samples/iot-central-docs-samples",
85+
"branch": "main",
86+
"branch_mapping": {}
8187
}
8288
],
8389
"branch_target_mapping": {},

0 commit comments

Comments
 (0)