Skip to content

Commit e1b43e1

Browse files
Merge branch 'master' of github.com:VikramKulkarni01/Tutorials
2 parents 8c9f5a3 + a81c4d2 commit e1b43e1

File tree

7,527 files changed

+18157
-81967
lines changed

Some content is hidden

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

7,527 files changed

+18157
-81967
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ Thumbs.db
4545

4646
# validation files #
4747
######################
48-
rules.vr
48+
# VSCode specific files
49+
*.vr
50+
*.code-workspace

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"SAP HANA Database Explorer.displaySapWebAnalyticsStartupNotification": false,
3-
"SAP HANA Database Artifacts.displaySapWebAnalyticsStartupNotification": false
3+
"SAP HANA Database Artifacts.displaySapWebAnalyticsStartupNotification": false,
4+
"SAP HANA SQLScript LSP.URL": "https://hana-cockpit.cfapps.us10.hana.ondemand.com"
45
}

MaddiesTutorials.code-workspace

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "../Tutorials-Contribution"
8+
}
9+
],
10+
"settings": {
11+
"githubPullRequests.ignoredPullRequestBranches": [
12+
"master"
13+
]
14+
}
15+
}

lpentitlement.png

101 KB
Loading

tutorials/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"SAP HANA Database Explorer.displaySapWebAnalyticsStartupNotification": false
3+
}

0 commit comments

Comments
 (0)