Skip to content

🚫 Excluding Files and Folders

You can exclude specific files or folders during the generation process.


How to Exclude

When you start generating a project:

  1. The file/folder structure will be displayed.
  2. You can unselect any file or folder you want to exclude.
  3. Optionally, enter relative paths to exclude manually using an input field.

Example manual exclude input:


node_modules/
.quick-start/
tests/temp/
README_draft.md


Use Cases

  • Skip temporary or configuration folders not needed in the final project.
  • Avoid including large directories like node_modules.
  • Exclude scaffolding config folders like .quick-start.

Notes

  • Paths are relative to the root of the generated project.
  • Wildcard support (*) for patterns is planned for a future release.
  • Excluded items will not be copied into the generated output.