Build OrbitFlow frontend admin template

This commit is contained in:
Codex
2026-08-07 13:53:40 +08:00
commit 8322800b57
19 changed files with 11340 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# dependencies and local caches
/node_modules
/.npm-cache/
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# tests and builds
/coverage
/.next/
/.vinext/
/out/
/dist/
/.wrangler/
/outputs/
/work/
*.tsbuildinfo
# local files
.DS_Store
*.pem
*.starter
*.pre-tsbuild
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.env*
.vercel
next-env.d.ts