For some reason my .gitignore is either hiding/showing things it shouldn’t.
When I push to git and pull from a new set up, somehow the build always doesn’t work…
Anyone willing to share their .gitignore or how else they manage their repo?
For some reason my .gitignore is either hiding/showing things it shouldn’t.
When I push to git and pull from a new set up, somehow the build always doesn’t work…
Anyone willing to share their .gitignore or how else they manage their repo?
I always just grab gitignore/Unity.gitignore at main · github/gitignore · GitHub
and tweak as required
I suppose you’re doing this in a professional setting? For my own projects I just drag and drop .cs-files into google drive. It’s never as much version control I need as it is a backup solution that I can access across my machines.
I added ignoring for the “SceneDependencyGraph”, hope that doesn’t come back to bite me