feat(mvp): phase 1 - project scaffolding & tooling
Initialize SvelteKit project with Svelte 5, TypeScript strict, Tailwind CSS v4, shadcn-svelte, Prisma + SQLite, Vitest, ESLint, Prettier. Add Docker multi-stage build, docker-compose, and Gitea Actions CI pipeline.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
node_modules/
|
||||
build/
|
||||
.svelte-kit/
|
||||
data/
|
||||
coverage/
|
||||
.git/
|
||||
.gitea/
|
||||
.claude/
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.md
|
||||
*.log
|
||||
Reference in New Issue
Block a user