🚫 Excluding Files and Folders
You can exclude specific files or folders during the generation process.
How to Exclude
When you start generating a project:
- The file/folder structure will be displayed.
- You can unselect any file or folder you want to exclude.
- 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.