dontbechad/.gitignore
Chad 32264deb5a Initial commit: Complete Hugo site with interactive story timeline
- 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
2026-01-18 16:23:55 -06:00

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/