From 9a7522e928e7edddb49833c85dacc5e0b718bf0e Mon Sep 17 00:00:00 2001 From: kang Date: Mon, 22 Jun 2026 11:29:48 +0800 Subject: [PATCH] =?UTF-8?q?chore(git):=20=E6=B7=BB=E5=8A=A0.qoder=E5=88=B0?= =?UTF-8?q?.gitignore=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 避免.qoder文件夹被版本控制跟踪 - 保持项目目录整洁 - 防止个人或临时文件泄露到仓库中 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7be55e2..04fa6a8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /.codex /.cursor/ /.idea +/.qoder /.nova /.phpunit.cache /.vscode