So of course every software we’ve used has updates and those updates changed many things including the look of the software and where folder and files are placed in the folder directory. For one, I’m on Unreal engine 4.17 instead of 4.10 like in the video but luckily Unreal hasn’t changed much in terms of look but it did change where the .VC.db file is located. In the video it showed it was just out there with the Saved and Binaries folders but now it’s in its own folder called .vs. SourceTree has changed however in terms of look. It looks slightly different than in the video and when it comes to the .gitignore file you don’t have to put the / after the *. So for example to ignore Saved folder I put in *Saved/. You only need the / at the end to ignore the folder and I’m not even sure if the * will work for ignoring all the folders in the directory with that name. I just know that putting / after the * like so */Saved/ will not ignore the folder.
Hope this proves useful to somebody and if anyone has more updated information we would love to hear. Have a great day everyone.