Browse Source

chore: include `.vscode/extensions.json` :anchor:

- For recommendation of extensions or otherwise.
Didi Keke 1 year ago
parent
commit
b89142c45c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -8,9 +8,10 @@ dist/
 
 
 # VS Code
 # VS Code
 .vscode/**/*
 .vscode/**/*
+!.vscode/extensions.json
+!.vscode/launch.json
 !.vscode/settings.json
 !.vscode/settings.json
 !.vscode/tasks.json
 !.vscode/tasks.json
-!.vscode/launch.json
 
 
 .env
 .env
 # this is for jetbrain IDEs
 # this is for jetbrain IDEs