too_easyT
Convex Community13mo ago
4 replies
too_easy

I want to put CODEOWNERS files in my /convex - but how?

Splitting the /convex folder into domains will be handy as the team is growing. Alread we have something like:

/convex
|--foobar
|-- schema.ts
|-- crud.ts

Would be nice to be able to plop CODEOWNERS in each domain folder (and at the /convex root) to detect appropriate owners for review etc.. Currently looks like all files, even non .ts files are pulled in for compilation so it breaks my convex deployment having such files about. Any chance of a .convexignore file at the root or similar that can pattern match files to ignore from compilation?
Was this page helpful?