mirror of
https://github.com/epistemic-technology/co-intelligence.git
synced 2026-07-22 06:45:17 +00:00
Add a test vault with sample content and a script to build and open it in Obsidian for manual plugin testing. Add development section to README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
265 B
Text
7 lines
265 B
Text
# Obsidian generates config files when the vault is opened.
|
|
# Only community-plugins.json is checked in (to pre-enable the plugin).
|
|
.obsidian/*
|
|
!.obsidian/community-plugins.json
|
|
|
|
# Plugin symlinks are machine-specific; the script recreates them.
|
|
.obsidian/plugins/
|