Files
kakebo/.gitignore
Andros Fenollosa 35ed611a8e Replace Tailwind CLI with Vite build pipeline
- Vite container builds CSS (Tailwind + DaisyUI + custom) with
  content hashing for cache busting
- django-vite resolves hashed asset URLs via manifest.json
- Remove CDN dependencies for Tailwind and DaisyUI
- Single CSS entry point in assets/css/main.css
- Vite runs as build step before Django starts
2026-03-23 08:37:22 +01:00

22 lines
202 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
db.sqlite3
.env
staticfiles/
media/
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
CLAUDE.md
node_modules/
static/assets/
static/.vite/
package-lock.json