[Version Control] What files you need and what you dont

Hello, I am currently trying to host my stuff on git, but I wasn’t sure what files are needed and what aren’t.

Usually in visual studio, you can leave out the .suo, Debug folder, Release folder etc. I was wondering if there are certain files that you dont need to include and still not break anything.

I find some links through googling but most were outdated(2010, 2013 ish). Can anyone help me out or point me to some resources that talks about this?

Thanks in advance

Hello,

this was very helpful for me when setting up projects for git, etc :).

https://unity3d.com/learn/tutorials/modules/beginner/architecture/folders-in-version-control

1 Like

Sorry I was away for a bit and now I jsut saw your reply. And thank you very much! This was just what I was looking for