- SvelteKit minimal template with TypeScript - Tailwind CSS v4 with @tailwindcss/vite plugin - ESLint and Prettier for code quality - Dependencies: better-sqlite3, drizzle-orm, nanoid, zod - Dev server runs on localhost:5173
24 lines
210 B
Plaintext
24 lines
210 B
Plaintext
node_modules
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/.svelte-kit
|
|
/build
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|