Replace remote Tailwind CSS with a local minimal subset; refine .gitignore and dist structure.

- Added a minimal `tailwind.min.css` with utilities tailored to app needs (`app/web/dist/`).
- Updated `.gitignore` to include specific `dist/` paths while maintaining clean build artifacts.
- Added local `dist` files (`index.css`, `index.js`) for better control over UI styling and build outputs.
This commit is contained in:
2025-09-21 11:34:08 +01:00
parent 9a1bbbafce
commit 5c05d741d9
6 changed files with 260 additions and 2 deletions

5
.gitignore vendored
View File

@@ -94,7 +94,10 @@ cmd/benchmark/data
!.dockerignore
!*.jsx
!*.tsx
!/dist
!app/web/dist
!/app/web/dist
!/app/web/dist/*
!/app/web/dist/**
!bun.lock
# ...even if they are in subdirectories
!*/