Skip to content

Commit

Permalink
Update Convex example not to ignore generated files (#38931)
Browse files Browse the repository at this point in the history
Ignoring files in `convex/_generated/` was a mistake: it's not the currently recommended workflow. Developers should be able to deploy just their frontend without deploying the most recent backend functions at the same time (which would regenerate these files). With this change, a default deploy to Vercel will no longer fail.

## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm lint`
- [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
  • Loading branch information
thomasballinger committed Jul 22, 2022
1 parent d1d0258 commit e8a0492
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/convex/.gitignore
Expand Up @@ -33,8 +33,5 @@ yarn-error.log*
# vercel
.vercel

# convex
convex/_generated

# typescript
*.tsbuildinfo

0 comments on commit e8a0492

Please sign in to comment.