mirror of
https://github.com/supabase/supabase.git
synced 2026-06-04 20:02:42 +08:00
* chore(docs): wip update nextjs slack * chore: polish configtoml * chore: add next.config.js * chore: setup for valid nextjs deploy
31 lines
338 B
Plaintext
31 lines
338 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env*
|
|
!.env.example
|
|
!.env.production.example
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Supabase
|
|
.supabase
|