Software projects mostly have conventions (or unwritten rules) for organizing files and folders within them. Accordingly, is there any practice where the auto-generated files with boilerplate code should be stored in Next.js (or React) projects?
Conventions in other programming languages / frameworks:
generated directory (e.g. <PROJECT_ROOT>/lib/generated)gen directory