忽略 .local/ 本地工具缓存目录,避免同步时被未跟踪文件阻塞。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
王冕
2026-07-21 16:44:18 +08:00
parent 98439ee3a8
commit f86b1ab269

3
.gitignore vendored
View File

@@ -121,6 +121,9 @@ storybook-static/
tmp/
temp/
# Local agent/tool cache (not part of project deliverables)
.local/
# Git version management temporary files
.git-versions/