diff --git a/projects/container-v4/.gitignore b/projects/container-v4/.gitignore index 4a273626..18a60c63 100644 --- a/projects/container-v4/.gitignore +++ b/projects/container-v4/.gitignore @@ -11,6 +11,7 @@ npm-debug.log yarn-error.log testem.log /typings +app.hosts.ts /linked-repos diff --git a/projects/container-v4/.vscode/settings.json b/projects/container-v4/.vscode/settings.json index aac233d1..bd7a5e26 100644 --- a/projects/container-v4/.vscode/settings.json +++ b/projects/container-v4/.vscode/settings.json @@ -11,4 +11,4 @@ "workbench.colorTheme": "Default Light+", "typescript.tsdk": "node_modules/typescript/lib", "files.exclude": {} -} +} \ No newline at end of file