mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
8deced7dab
* migrate(docs): troubleshooting 9 timeouts, latency * light updates * Update NavigationMenu.constants.ts * Update canceling-statement-due-to-statement-timeout-581wFv.mdx Added keyword * Apply suggestions from code review --------- Co-authored-by: Brian Brennglass <brian@Brians-MacBook-Pro.local> Co-authored-by: TheOtherBrian1 <91111415+TheOtherBrian1@users.noreply.github.com> Co-authored-by: Kevin Brolly <kevin.brolly@supabase.io>
21 lines
482 B
Plaintext
21 lines
482 B
Plaintext
.expo
|
|
.next
|
|
node_modules
|
|
package-lock.json
|
|
docker*
|
|
apps/**/out
|
|
# prettier-plugin-sql-cst only supports sqlite syntax
|
|
**/supabase/migrations/*.sql
|
|
apps/www/schema.sql
|
|
apps/www/public/images/*
|
|
apps/docs/**/generated/*
|
|
apps/docs/examples
|
|
examples/slack-clone/nextjs-slack-clone/full-schema.sql
|
|
# ignore files with custom js formatting
|
|
apps/studio/public
|
|
apps/**/.turbo
|
|
apps/docs/CONTRIBUTING.md
|
|
apps/design-system/__registry__
|
|
packages/icons/__registry__
|
|
packages/icons/src/icons/*.ts
|