This workflow leaves the host really clean, however the initial project creation clones the original repo and pollutes with unneeded files.
We should add a step that runs git clean -dfX to remove them.. and also review the .gitignore rules to make sure everything lines up correctly.
This workflow leaves the host really clean, however the initial project creation clones the original repo and pollutes with unneeded files.
We should add a step that runs
git clean -dfXto remove them.. and also review the.gitignorerules to make sure everything lines up correctly.