Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add schema generation and iterative change info to Connect to existing database page #6624

Merged
merged 12 commits into from
Dec 12, 2023
13 changes: 11 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,7 @@
"PinpointTargeting",
"pipenv",
"pipenv's",
"pkey",
"placeindex",
"pluggable",
"png",
Expand Down Expand Up @@ -1564,12 +1565,20 @@
"multirepo",
"startbuild"
],
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
"flagWords": [
"hte",
"full-stack",
"Full-stack",
"Full-Stack",
"sudo"
],
"patterns": [
{
"name": "youtube-embed-ids",
"pattern": "/embedId=\".*\" /"
}
],
"ignoreRegExpList": ["youtube-embed-ids"]
"ignoreRegExpList": [
"youtube-embed-ids"
]
}
Loading
Loading