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
|