PoshCode / PSGit

A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.
105 stars 15 forks source link

Get-GitChange does not rule out the ignored file #52

Open czhang03 opened 7 years ago

czhang03 commented 7 years ago

capture

the file ignored is ignored by .gitignore by there is no reflection of that.

It would be nicer if you can make a property called ignored to keep track of the ignored file.