Nicholai 84be4cc055 feat: initial dashboard-app-template setup
- Next.js 15 with Cloudflare Workers deployment via OpenNext
- ooIDE theme from tweakcn (Sora + IBM Plex Mono fonts, oklch colors)
- Full shadcn/ui component library installed
- dashboard-01 template at /dashboard route
- Simple landing page with link to dashboard
2026-01-22 04:38:44 -07:00

53 lines
578 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# 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*
!.env.example
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# OpenNext
/.open-next
# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example