ceciliasharp / Extension.FolderToSolutionFolder

Visual Studio "15" extension
Apache License 2.0
32 stars 12 forks source link

Exclude .git repo folder #7

Closed ryancheung closed 3 years ago

ryancheung commented 4 years ago

The .git folder is too big, it should be excluded.

MikeRosoft commented 4 years ago

And for the record the folder .hg (if you are using Mercurial). A case could be made to ignore folders starting with . character by default. But on the other hand, the repository directory is normally in (or below) the root of the solution. And why would you want to include the root of the solution as a subfolder of the solution itself?