Initial commit - Claudesidian v0.2.0
Claude Code + Obsidian starter kit for AI-powered knowledge management. Features: - PARA method folder structure - Bootstrap initialization system - Pre-configured Claude Code commands and agents - Gemini Vision MCP server with video support - Helper scripts for vault management - Automated release management See README.md for setup instructions.
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
# Sensitive files
|
||||
.env
|
||||
.env.local
|
||||
*.env
|
||||
|
||||
# API keys and secrets
|
||||
*api_key*
|
||||
*secret*
|
||||
firecrawl_config.sh
|
||||
|
||||
# Claude files
|
||||
|
||||
# MCP config
|
||||
.mcp.json
|
||||
|
||||
# Scripts with sensitive data
|
||||
scripts/*_local.sh
|
||||
|
||||
# macOS files
|
||||
.DS_Store
|
||||
|
||||
# Node modules - always exclude from repo
|
||||
node_modules/
|
||||
.node_modules/
|
||||
pnpm-lock.yaml
|
||||
|
||||
# Never commit real API keys
|
||||
*_API_KEY
|
||||
Reference in New Issue
Block a user