Files
juliusbrussee__cavekit/.codexignore
T
Julius Brussee e8ee9f4a89 Add Codex plugin metadata and assets
Add plugin packaging for the Blueprint Codex plugin: include privacy and terms documents, icon and logo SVGs, and a screenshots placeholder. Add .codexignore to exclude dev/build artifacts and context directories. Update .codex-plugin/plugin.json to register agents/commands directories and surface UI metadata (composerIcon, logo, screenshots, privacyPolicyURL, termsOfServiceURL). Clear TODO.md contents (remove prior task list). These changes prepare the plugin for distribution and compliance with marketplace metadata requirements.
2026-04-01 13:35:41 +02:00

22 lines
456 B
Plaintext

# === Dev / IDE ===
.claude/
.superpowers/
.DS_Store
.git/
# === Build artifacts & dependencies ===
scripts/node_modules/
scripts/package-lock.json
# === Go build (binary is platform-specific, users build from source) ===
blueprint
# === Internal docs & planning (not needed by consumers) ===
docs/superpowers/
TODO.md
# === Context working directories (populated per-project, not plugin content) ===
context/refs/
context/impl/archive/
context/sites/