As is currently implemented clones of nested repos function but do not set up the exclude files. Support must be added to the clone methods to:
Identify if an exclude file exists in the parent repo and modify it.
Create an exclude file if it does not exist.
Tests should be included for these methods.