浏览代码

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 年之前
父节点
当前提交
3914a14a2a
共有 1 个文件被更改,包括 7 次插入1 次删除
  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/