From 3914a14a2afefade0300f71737c8bd7aebdcb724 Mon Sep 17 00:00:00 2001 From: Didi Keke Date: Sun, 5 May 2024 08:11:13 +0000 Subject: [PATCH] chore: update `.gitignore` settings for VS Code :rocket: - All files within the `.vscode/` directory are ignored except for `settings.json`, `tasks.json`, and `launch.json`. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae0b8bfab..1ae6e1a1a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,13 @@ node_modules/ license.config.json license-header.txt dist/ -.vscode/ + +# VS Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json + .env # this is for jetbrain IDEs .idea/