Avery Felts c31f8d8cfe Document local Cloudflare dev workflow and standardize local port
Adds a reusable DEV_SETUP guide, prevents accidental secret commits with .dev.vars ignore, sets worker dev to port 3000 to avoid local tool conflicts, and includes a compatibility route for /logo-black.png.
2026-02-24 00:26:24 -07:00

53 lines
580 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/
/.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*
.dev.vars
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# database
*.db
*.db-journal
# cloudflare
.open-next/
.open-next 2/
.wrangler/