* fix: update platform kit blog post * remove figcaption and <br/><br/> instead * remove link to draft docs pr * revert changing repo link for embeddable ui * chore
33 lines
869 B
Plaintext
33 lines
869 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
|
|
apps/ui-library/__registry__
|
|
apps/ui-library/public/r
|
|
apps/**/.contentlayer
|
|
# invalid JSON file
|
|
packages/ui/src/components/Form/examples/PhoneProvidersSchema.json
|
|
apps/cms/config/api.ts
|
|
# files auto-generated by payload cms
|
|
apps/cms/src/app/*
|
|
apps/cms/src/migrations/*
|
|
apps/cms/src/payload-types.ts
|
|
# ignore because of <br/><br/>
|
|
apps/www/_blog/2025-07-14-supabase-ui-platform-kit.mdx
|