Modernize templates with Tailwind v4 and ESLint flat config

- Add Tailwind CSS v4 to Next.js template with zero-config setup
- Migrate both templates to ESLint flat config (eslint.config.mjs)
- Add proper .gitignore files to vanilla and nextjs templates
- Simplify root .gitignore to only Nix artifacts
- Update styling for consistent visual identity across templates
- Update README to reflect Tailwind inclusion and flat config
This commit is contained in:
♥ Minnie ♥ 2025-11-15 22:34:05 +08:00
parent 82b429b221
commit 1f1a1f347d
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
14 changed files with 136 additions and 104 deletions

17
.gitignore vendored
View file

@ -1,16 +1,3 @@
# Dependencies
node_modules/
bun.lockb
# Build output
dist/
build/
.next/
out/
# TypeScript
*.tsbuildinfo
next-env.d.ts
# Direnv
# Nix
.direnv/
result