更新.gitignore,添加不必要的忽略文件夹

This commit is contained in:
lennlouisgeek
2026-04-12 22:45:00 +08:00
parent 163128cbd7
commit 49c3e0736c

6
.gitignore vendored
View File

@@ -10,4 +10,8 @@ vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
*.log* *.log*
target-check* target-check*
target-codex* target-codex*
.vscode/
.VSCodeCounter/
.idea
.codex*