Skip to content

Commit 41a223f

Browse files
authored
Add tye.yaml for simple local orchestration (#41)
1 parent 8d8fe81 commit 41a223f

File tree

5 files changed

+303
-109
lines changed

5 files changed

+303
-109
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,13 @@ __pycache__/
305305
# OpenCover UI analysis results
306306
OpenCover/
307307

308+
# NuGet.Insights stuff
308309
profile.arm.json
309310
.tools
310311
**/wwwroot/css/*.min.css
311312
**/wwwroot/js/*.min.js
312313
__azurite_db_*
313314
__blobstorage__
314315
__queuestorage__
316+
/.tye/
317+
/azurite

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"yaml.schemas": {
3+
"https://raw.githubusercontent.com/dotnet/tye/main/src/schema/tye-schema.json": [
4+
"tye.yaml"
5+
]
6+
}
7+
}

0 commit comments

Comments
 (0)