From b89142c45cb93634571d0b3988fff79fc3a73601 Mon Sep 17 00:00:00 2001 From: Didi Keke Date: Sun, 5 May 2024 20:31:08 +0000 Subject: [PATCH] chore: include `.vscode/extensions.json` :anchor: - For recommendation of extensions or otherwise. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fdaa876d..68c0399f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,10 @@ dist/ # VS Code .vscode/**/* +!.vscode/extensions.json +!.vscode/launch.json !.vscode/settings.json !.vscode/tasks.json -!.vscode/launch.json .env # this is for jetbrain IDEs