Add .gitignore

We need to create a file called .gitignore and add the following lines.

.vscode
bin
obj
*.db
appsettings.json
wwwroot

Last updated