소스 검색

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/