From 156a57e1e791737f38069cca825c440f9b75d847 Mon Sep 17 00:00:00 2001 From: son Date: Tue, 31 Mar 2026 13:55:38 +0900 Subject: [PATCH] Add .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73bdbcd --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore volatile UI-related state (workspace layout, etc.) +.obsidian/workspace.json +.obsidian/app.json + +# Ignore Obsidian's trash folder +.trash/ + +# Ignore system-specific and editor files +.DS_Store +Thumbs.db +.vscode/ +.idea/ + +# Ignore the obsidian-git plugin's internal data file +.obsidian-git-data \ No newline at end of file