diff options
| author | Kamen Mladenov <kamen.d.mladenov@protonmail.com> | 2021-04-09 19:55:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 19:55:59 +0300 |
| commit | f849e37ccdd6fd48f83119a3b3b65cdd8b765dc3 (patch) | |
| tree | 83b88a773bb7dc053bb3aced35bce302264ec925 /DevHive-Angular.code-workspace | |
| parent | bcd88af53b1a920d728ec98b45daa9ac2e2c0917 (diff) | |
| parent | c13889759d70687de6833c505221c203f65fedb8 (diff) | |
| download | DevHive-Angular-main.tar DevHive-Angular-main.tar.gz DevHive-Angular-main.zip | |
Second Stage: Complete
Diffstat (limited to 'DevHive-Angular.code-workspace')
| -rw-r--r-- | DevHive-Angular.code-workspace | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/DevHive-Angular.code-workspace b/DevHive-Angular.code-workspace new file mode 100644 index 0000000..d44c3a6 --- /dev/null +++ b/DevHive-Angular.code-workspace @@ -0,0 +1,17 @@ +{ + "folders": [ + { + "name": "Source", + "path": "./src" + } + ], + "settings": { + "files.exclude": { + "**/.vscode": true, + "**/bin": true, + "**/obj": true, + ".gitignore": true + }, + "prettier.useEditorConfig": true + } +} |
