Files
obsidian-claude-pkm/.gitignore
Bill Allred 3877057f7c Initial commit: Complete Obsidian + Claude Code PKM Starter Kit
- Core structure with README, LICENSE, and .gitignore
- Complete vault template with Goals, Daily Notes, Projects, and Templates
- Cascading goal system (3-year → yearly → monthly → weekly)
- Claude Code integration with custom slash commands
- GitHub Actions workflow for mobile integration
- Comprehensive documentation (setup, customization, workflows, troubleshooting)
- Automation scripts for setup (Unix/Mac and Windows)
- Example content showing system usage
- Self-documenting templates with inline instructions

Ready for users to clone and customize for their personal knowledge management needs.
2025-08-07 17:11:26 -07:00

33 lines
391 B
Plaintext

# macOS
.DS_Store
.AppleDouble
.LSOverride
# Obsidian
.obsidian/workspace*
.obsidian/cache
.obsidian/hotkeys.json
.obsidian/plugins/*/data.json
.obsidian/workspace.json
.obsidian/workspace-mobile.json
# Trash
.trash/
# Claude Code
.conductor/
.claude/cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
# Personal notes (users should add their own patterns)
# private/
# personal/