Add a Workspace for MS Code
David Blume

David Blume commited on 2021-05-29 21:37:33
Showing 1 changed files, with 15 additions and 0 deletions.

... ...
@@ -0,0 +1,15 @@
1
+{
2
+    "folders": [
3
+        {
4
+            "path": "."
5
+        }
6
+    ],
7
+    "settings": {
8
+        "files.exclude": {
9
+            ".git": true,
10
+            "**/.idea": true,  // PyCharm
11
+            "**/__pycache__": true
12
+        }
13
+    }
14
+
15
+}
0 16