Checkpoint: Initial stable CheckFlow base before i18n and demo mode

This commit is contained in:
Wonhee Han
2026-08-20 14:01:12 +09:00
parent ed076cf5ab
commit dbfaa0fcb2
42 changed files with 4727 additions and 167 deletions
+12 -35
View File
@@ -1,41 +1,18 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# deps
node_modules/
.pnp
.pnp.js
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# next
.next/
out/
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# env
.env
.env.local
.env.production
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
npm-debug.log*