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

1
app/web/.gitignore vendored
View File

@@ -8,7 +8,6 @@ node_modules
bun.lockb
# Build directories
dist
build
# Cache and logs