I'm starting out with Unity and I've noticed that even with small code changes result in a large git diff.
Originally, my .gitignore
just had this:
Temp/
but it's not doing much heavy lifting.
I found this .gitignore template on Github, but I'm curious if anyone else uses this--either as a starting point or as-is.