-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (22 loc) · 694 Bytes
/
Copy path.gitignore
File metadata and controls
30 lines (22 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# macOS
.DS_Store
# Obsidian - workspace (changes constantly)
.obsidian/workspace.json
.obsidian/workspace-mobile.json
# Obsidian - per-machine UI state (graph view, backlink panel)
.obsidian/graph.json
.obsidian/backlink.json
# Obsidian - trash
.trash/
# Obsidian - plugins and themes (can be reinstalled)
.obsidian/plugins/
.obsidian/themes/
# Obsidian - generated cache and backups (regenerated, not meaningful)
.obsidian/cache
.obsidian/*.bak
# Obsidian Web Clipper - raw staging area (processed into inbox/)
Clippings/
# Inbox - staging area for processed clippings (untracked until categorized into topic folders)
inbox/
# Claude Code - local settings
.claude/settings.local.json