From 867a88fd5c0a9c6496cc32ac294363bc9654cc84 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Thu, 3 Jul 2025 14:07:40 +0900 Subject: [PATCH] docs: Update .gitignore for documentation repository --- .gitignore | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 871373f..d93a3b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,37 @@ # Claude development files -CLAUDE.md \ No newline at end of file +CLAUDE.md + +# Operating System +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db +desktop.ini +$RECYCLE_BIN/ + +# IDE and Editor +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Temporary files +*.tmp +*.temp +*.log +*.bak +*.backup +*.orig + +# Draft files +*-draft.md +*-temp.md +*-backup.md + +# Local environment files +.env +.env.local \ No newline at end of file