From a31dad0170a115bdefcf942215ff1468d4fc0694 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Sat, 3 May 2025 11:43:03 +0900 Subject: [PATCH] chore: update .gitignore --- .gitignore | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 9bc5f59..effa88c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,25 @@ -# vscode -.vscode - -# Intellij -*.iml -.idea - -# npm -node_modules - -# Don't include the compiled main.js file in the repo. -# They should be uploaded to GitHub releases instead. -main.js - -# Exclude sourcemaps -*.map - -# obsidian -data.json - -# Exclude macOS Finder (System Explorer) View States -.DS_Store +# vscode +.vscode + +# Intellij +*.iml +.idea + +# npm +node_modules + +# Don't include the compiled main.js file in the repo. +# They should be uploaded to GitHub releases instead. +main.js + +# Exclude sourcemaps +*.map + +# obsidian +data.json + +# Exclude macOS Finder (System Explorer) View States +.DS_Store **/.claude/settings.local.json +.aider*