ignore vscode
Browse files- .gitignore +3 -2
.gitignore
CHANGED
@@ -151,6 +151,7 @@ cython_debug/
|
|
151 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
152 |
#.idea/
|
153 |
|
154 |
-
#
|
155 |
/scratch.py
|
156 |
-
/test.py
|
|
|
|
151 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
152 |
#.idea/
|
153 |
|
154 |
+
# project files
|
155 |
/scratch.py
|
156 |
+
/test.py
|
157 |
+
/.vscode
|