As I worked on the upgrade to VS2019 I only realize relatively late in the PR cycle (#69) that the .ignore is somewhat only the bare minimum and doesn't cover much of files which are best to be ignored.
In this PR I've replaced the .ignore with a version which GitHub recommends for Visual Studio which can be found at https://github.com/github/gitignore/blob/master/VisualStudio.gitignore. I've also added the MigrationBackup/* entry because I was not sure if it is covered by the default one.
This .gitignore should cover now most "usual" files which are best to ignore when checking in a project in Visual Studio land.
As I worked on the upgrade to VS2019 I only realize relatively late in the PR cycle (#69) that the .ignore is somewhat only the bare minimum and doesn't cover much of files which are best to be ignored.
In this PR I've replaced the .ignore with a version which GitHub recommends for Visual Studio which can be found at https://github.com/github/gitignore/blob/master/VisualStudio.gitignore. I've also added the MigrationBackup/* entry because I was not sure if it is covered by the default one.
This .gitignore should cover now most "usual" files which are best to ignore when checking in a project in Visual Studio land.