chore(git): 添加忽略文件夹规则

- 新增 .qoder 文件夹到 .gitignore
- 新增 .vscode 文件夹到 .gitignore
This commit is contained in:
zhouyonggao 2026-03-12 12:13:17 +08:00
parent 0adeea7a06
commit 97ea027390
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.qoder/
.vscode/