javascript-template/templates/vanilla/.gitignore
jasmine 1f1a1f347d
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
2025-11-15 22:34:05 +08:00

23 lines
167 B
Text

# Dependencies
node_modules
# Build output
dist
build
# Nix
.direnv
result
# Misc
.DS_Store
*.log
*.pem
# Bun
bun.lockb
# Environment
.env
.env.local
.env*.local