mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
This PR removes the `payload` `cms` app that was added for the marketing blog posts. We never started using it, it just adds additional work in keeping the dependencies updated. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed the CMS application and associated infrastructure, including configuration files, build scripts, and environment management. * Simplified project build configuration and removed CMS-related dependencies from deployment workflows. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
29 lines
755 B
Plaintext
29 lines
755 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/www/.generated/*
|
|
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
|
|
# ignore because of <br/><br/>
|
|
apps/www/_blog/2025-07-14-supabase-ui-platform-kit.mdx
|