- Add `allowed-tools` frontmatter to all 10 SKILL.md files for tool pre-approval - Soften kepano/obsidian-skills dependency in 4 skills (canvas, obsidian-bases, obsidian-markdown, wiki-ingest) — now recommends if installed, doesn't require - Soften banana-claude dependency in canvas skill - Improve trigger descriptions for defuddle (+4 phrases) and obsidian-markdown (+5 phrases) - Remove docs/superpowers/plans/ (contained private paths) - Gitignore claude-obsidian-archive/ and _attachments/ - Bump version to 1.4.2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
90 lines
1.8 KiB
Plaintext
90 lines
1.8 KiB
Plaintext
# Obsidian
|
|
# workspace.json is intentionally tracked — ships with pre-configured graph view
|
|
# .obsidian/workspace.json
|
|
.obsidian/workspace-mobile.json
|
|
.obsidian/plugins/*/data.json
|
|
!.obsidian/plugins/calendar/data.json
|
|
!.obsidian/plugins/thino/data.json
|
|
|
|
# Excalidraw main.js is 8MB — downloaded by setup-vault.sh, not tracked in git
|
|
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
|
|
|
|
# Large binary assets — add your own images to _attachments/images/
|
|
# Uncomment the line below to exclude images from git (recommended for large vaults)
|
|
# _attachments/images/
|
|
.smart-connections/
|
|
.obsidian-git-data
|
|
.trash/
|
|
|
|
# System
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Local secrets
|
|
.env
|
|
.env.local
|
|
*.local.md
|
|
|
|
# Personal files dropped into vault root by Obsidian (don't commit these)
|
|
WIKI*.md
|
|
PROMPT.md
|
|
Welcome.md
|
|
*.tmp.*
|
|
Obsidian vault*
|
|
Untitled.canvas
|
|
Cosmic Brain*.gif
|
|
Cosmic Brain*.png
|
|
Untitled *.canvas
|
|
Untitled.base
|
|
*.base
|
|
# Track our committed dashboard.base (Bases dashboard shipped with the vault)
|
|
!wiki/meta/dashboard.base
|
|
|
|
# Scratch canvases and personal vault files
|
|
Banana Images.canvas
|
|
Demo Images.canvas
|
|
*Images.canvas
|
|
|
|
# Daily notes created by Calendar plugin
|
|
????-??-??.md
|
|
|
|
# Video and large media files
|
|
*.mkv
|
|
*.mp4
|
|
*.mov
|
|
*.avi
|
|
|
|
# Transcripts (copyright — do not commit)
|
|
*Trascipt*.txt
|
|
*Transcript*.txt
|
|
|
|
# Personal images dropped in vault root
|
|
cosmic code.png
|
|
_attachments/code-genesis.png
|
|
_attachments/neural-voyager.png
|
|
_attachments/the-frontier.png
|
|
|
|
# Excalidraw drawings (personal, user-specific)
|
|
Excalidraw/
|
|
|
|
# Loose brand/personal GIFs and images in vault root (not _attachments/)
|
|
Claude SEO*.gif
|
|
Claude SEO*.png
|
|
|
|
# Private Skool Hub assets — not for public repos
|
|
_attachments/images/skool-hub/
|
|
|
|
# Archive of old versions (cosmic-brain, GIF assets)
|
|
claude-obsidian-archive/
|
|
|
|
# User-specific attachments
|
|
_attachments/
|