aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DevHive-Angular.code-workspace17
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
+ }
+}