projectname.sln and SVN

It seems that projectname.sln ALWAYS has changes in it.
I checked the SVN unity guide it only stated Library was safe to ignore.
can this file be ignored as well?

thanks

Actually you should keep only the Assets and Project Settings folders under source control. Everything else, including all the *.sln and *.csproj files, should be ignored. That’s the setup we’re using and it’s working just fine for us.

cool. thank you :slight_smile: