research-notes/.gitignore
jordan ec0b89206f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: add audio playback and enhanced note UI with sidebar navigation
- Add AudioSection component with media player and waveform visualization
- Add NoteContent component with inline link support and syntax highlighting
- Add NoteSidebar with collapsible sections for navigation
- Add SidebarContext for managing sidebar state
- Update note page layout to use new component architecture
- Add assets utility for GCS audio/video URL generation
- Update content library with audio/skill/prompt type support
- Add vision.md with editorial guidelines
- Update .gitignore with additional security patterns
- Add upload-asset.sh script for GCS asset management

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 11:08:25 -07:00

41 lines
357 B
Plaintext

# Dependencies
node_modules/
# Build
.next/
out/
dist/
*.exe
*.dmg
vendor/
__pycache__/
# Environment
.env*
!.env.example
.envault/
*.pem
*.key
*.p12
*.pfx
credentials.json
service-account*.json
*_secret*
*_token*
*_password*
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
# Logs
*.log
# Large assets (stored in GCS)
blog/public/audio/
blog/public/video/