Răsfoiți Sursa

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`.
Didi Keke 1 an în urmă
părinte
comite
3914a14a2a
1 a modificat fișierele cu 7 adăugiri și 1 ștergeri
  1. 7 1
      .gitignore

+ 7 - 1
.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/