Skip to content

Troubleshooting & FAQs

314pies edited this page Jul 11, 2020 · 33 revisions

Can I delete the cloned projects folder from file explorer without using ClonesManager window?

Yes, you can.

Should cloned project folders be ignored by the version-control system(ex: git)?

Yes it should. If the cloned projects are inside the folder with version-control, ignore it (cloned project folders are placed right next to the original project folder).
Take git as example, you may want to add *_clone_[0-9]*/ to your .gitignore

Clone this wiki locally