For our project we are using Git for a couple of weeks already. Everything works fine except when someone clones the project repo. Most packages from the asset store ( with dll files ) break and need to be downloaded manually again.
This is my git ignore:
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
# Unity3D generated meta files
*.pidb.meta
*Thumbs.db.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
Is there anything that shouldn’t be there?