I have one git repository with two folders, "backend" and "frontend". I want my subcontractors not to be able to read the "backend" folder which is confidential. My contractors may access to both.
Am I forced to do two repos ? Isn't there a git wrapper to delete confidential contents before their download ?
If I go multi-repos, could I use git bit for me to keep working as if I had only one repo ?