Spaces:
Runtime error
Runtime error
reverting to last commit to fix 404
Browse files- .vscode/settings.json +14 -0
.vscode/settings.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|