SecondBrain/.gitignore

20 lines
441 B
Plaintext

# Graphify output — generated by graphify commands, fully disposable and rebuildable
graphify-out/
# Obsidian ephemeral UI state — per-machine workspace layout, should not sync across devices
.obsidian/workspace.json
# Obsidian local cache — disposable, rebuilt on next load
.obsidian/cache/
# macOS metadata — system-generated, should not sync
*.DS_Store
# Editor state and logs
*.swp
*.log
# IDE directories
/.idea/
/.vscode/