Spaces:
Build error
Build error
remove vscode folder...
Browse files- .gitignore +2 -1
- .vscode/settings.json +0 -14
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
.venv/
|
| 2 |
-
ffmpgvenv/
|
|
|
|
|
|
| 1 |
.venv/
|
| 2 |
+
ffmpgvenv/
|
| 3 |
+
vscode/
|
.vscode/settings.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"files.exclude": {
|
| 3 |
-
"**/.git": true,
|
| 4 |
-
"**/.svn": true,
|
| 5 |
-
"**/.hg": true,
|
| 6 |
-
"**/CVS": true,
|
| 7 |
-
"**/.DS_Store": true,
|
| 8 |
-
"**/Thumbs.db": true,
|
| 9 |
-
"**/.retool_types/**": true,
|
| 10 |
-
"**/*tsconfig.json": true,
|
| 11 |
-
".cache": true,
|
| 12 |
-
"retool.config.json": true
|
| 13 |
-
}
|
| 14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|