- Hugo site configured and working - Story page with interactive collapsible timeline - CSS styling for journey/timeline layout - JavaScript for dynamic markdown-to-timeline conversion - Theme with responsive design - Content structure for Bitcoin education site Features: - Collapsible year sections with animations - Quick jump navigation between years - Mobile responsive design - Interactive timeline functionality
66 lines
No EOL
663 B
Text
66 lines
No EOL
663 B
Text
# Development Tools
|
|
.dev/
|
|
.vscode/
|
|
node_modules/
|
|
.DS_Store
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Hugo
|
|
.hugo_build.lock
|
|
public/
|
|
resources/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# Security - sensitive files
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.crt
|
|
id_rsa
|
|
id_rsa.pub
|
|
secrets.yaml
|
|
|
|
# Optimized files (keep originals)
|
|
*.min.css
|
|
*.min.js
|
|
|
|
# Deployment files
|
|
.netlify/
|
|
.vercel/
|
|
|
|
# Local testing
|
|
test/
|
|
tests/ |