From 7f43b55b610efa0e3ada2ec2cdf088ca4096b89e Mon Sep 17 00:00:00 2001 From: siujamo Date: Tue, 16 Jun 2026 15:22:03 +0800 Subject: [PATCH] chore: expand .gitignore Add common IDE, OS, and editor-backup exclusions to keep per-machine artefacts out of version control alongside the existing .claude/ entry. --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index 5e6c47f..da144fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,22 @@ # Local Claude Code configuration (per-machine) .claude/ + +# IDE +.idea/ +.vscode/ +*.iml +*.iws +*.ipr +.project +.classpath +.settings/ + +# OS +.DS_Store +Thumbs.db +desktop.ini + +# Editor backups +*.swp +*.swo +*~