Initial commit: CHORUS PING! blog
- Next.js 14 blog application with theme support - Docker containerization with volume bindings - Traefik integration with Let's Encrypt SSL - MDX support for blog posts - Theme toggle with localStorage persistence - Scheduled posts directory structure - Brand guidelines compliance with CHORUS colors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
44
.dockerignore
Normal file
44
.dockerignore
Normal file
@@ -0,0 +1,44 @@
|
||||
# Build and development files
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.next
|
||||
.nyc_output
|
||||
coverage
|
||||
|
||||
# Environment and config files
|
||||
.env*
|
||||
.git
|
||||
.gitignore
|
||||
.vscode
|
||||
.eslintrc.json
|
||||
next.config.js.bak
|
||||
|
||||
# Documentation
|
||||
README.md
|
||||
docs/
|
||||
|
||||
# Docker compose files (for development)
|
||||
docker-compose*.yml
|
||||
|
||||
# Development scripts
|
||||
dev-start.sh
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Keep posts and scheduled directories for volume mounting
|
||||
# (they'll be mounted as volumes anyway)
|
||||
posts/
|
||||
scheduled/
|
||||
Reference in New Issue
Block a user