diff --git a/components/Multi-View Expandable Table/.vscode/settings.json b/components/Multi-View Expandable Table/.vscode/settings.json new file mode 100644 index 0000000..905c103 --- /dev/null +++ b/components/Multi-View Expandable Table/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "files.exclude": { + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/.DS_Store": true, + "**/Thumbs.db": true, + "**/.retool_types/**": true, + "**/*tsconfig.json": true, + ".cache": true, + "retool.config.json": true + } +} \ No newline at end of file