Files
supabase/examples/slack-clone/nextjs-slack-clone/.gitignore
Andrew Valleteau 5f0a8ef618 chore(docs): update nextjs slack clone (#30894)
* chore(docs): wip update nextjs slack

* chore: polish configtoml

* chore: add next.config.js

* chore: setup for valid nextjs deploy
2024-12-05 21:36:13 +08:00

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