activescott / lessmsi

A tool to view and extract the contents of an Windows Installer (.msi) file.
https://lessmsi.activescott.com
MIT License
1.32k stars 153 forks source link

Update gitignore to exclude hidden .vs folder with VS 2017 and 2019 #125

Closed c0shea closed 5 years ago

c0shea commented 5 years ago

This PR will use the standard VisualStudio.gitignore from GitHub. It will exclude the hidden .vs folder that keeps wanting to be committed in VS 2017 and 2019.

activescott commented 5 years ago

FYI: I reverted this commit because it ended up leaving out some very useful ignored files and folders in gitignore. I appreciate your contributions, but please do a more minimal change in your future PRs so that they're easier to diff. Thanks!