Spaces:
Running
Running
sghorbal commited on
Commit ·
324caa0
1
Parent(s): 2ae523d
remove .VScode folder from conf
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -175,3 +175,6 @@ cython_debug/
|
|
| 175 |
|
| 176 |
.DS_Store
|
| 177 |
*.bck
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
|
| 176 |
.DS_Store
|
| 177 |
*.bck
|
| 178 |
+
|
| 179 |
+
# VSCode config files
|
| 180 |
+
.vscode/
|