Files
pbakaus_impeccable/.gitignore
T
Paul BakausandClaude Opus 4.5 2fb61defca Add Bun bundler for frontend JavaScript
- Bundle all frontend JS with Bun.build() (82KB minified)
- Dependencies (motion, lenis, three) are now bundled instead of CDN
- Remove import map from index.html (no longer needed)
- Output to public/dist/app.bundle.js with source map
- Add public/dist/ to .gitignore (generated during build)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 14:33:03 -08:00

23 lines
205 B
Plaintext

# Dependencies
node_modules/
# Generated files
dist/*.zip
public/css/styles.css
public/dist/
# Build artifacts
*.log
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Environment
.env
.env.local