I have an existing project using git lfs. As I wanted to start a new project using the same framework I'd been using in Unity, I copied the local files into a new folder, cleaned out all unesccasary files but kept what was useful to make a base template, and then cloned this into a repo under a new project.
I know the two projects will both use the same LFS storage limit as its the same account, but is there any risk this new project repo will impact the original project repo when I push i.e. is there a unique pathway reference to worry about? Or will both projects add to the repo but remain independent?