How to add files to .gitignore and why doesn't .gitignore file content change after ignoring files with source tree?
I wanted to ignore the entire .vs folder because I was getting a locked/permission denied error on sqlite3/db.lock found in the .vs folder, so I created a...