This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Not reading .gitignore files properly #100
Open
Description
It seems that for me, when files are added to ignored directories, Tree View still thinks that the parent directory of those files added (but ignored) have added files in them. This makes it confusing when I actually add files that belong in VCS. Notice below: If you're at all familiar with Laravel, the directories highlighted in green are ignored... therefore, they should not be considered when new files are added inside of them. Make sense?