From 6e3a7fcc9a013201bcaec75b9c91454f06a20f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 8 Sep 2024 14:54:32 +0100 Subject: [PATCH] added code-workspace --- .code-workspace | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .code-workspace diff --git a/.code-workspace b/.code-workspace new file mode 100644 index 0000000..b05996a --- /dev/null +++ b/.code-workspace @@ -0,0 +1,16 @@ +{ + "folders": [ + { + "path": "." + }, + ], + "settings": { + "files.exclude": { + "**/*.tsx": true, + "**/*.css": true, + "**/*.json": true, + "node_modules": true, + "lib": true + } + } +} \ No newline at end of file