I added a copy of the .gitignore file that is used by default for new VS projects. I also removed the bin and obj folders since they are not typically committed and increase the size of the repository. I also removed the packages folder. When the project is cloned VS will automatically restore missing packages from NuGet.
…and obj folders.
I added a copy of the .gitignore file that is used by default for new VS projects. I also removed the bin and obj folders since they are not typically committed and increase the size of the repository. I also removed the packages folder. When the project is cloned VS will automatically restore missing packages from NuGet.