Add .gitignore

This commit is contained in:
son
2026-03-31 13:55:38 +09:00
parent d88445c039
commit 156a57e1e7

15
.gitignore vendored Normal file
View File

@@ -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