For PHP projects, Netbeans 8.1 seems to always ignore the vendor directory in Git repositories, regardless of the content of any .gitignore file or the project ignore folders settings.
Is it possible to stop Netbeans 8.1 from always ignoring the vendor directory?
For instance for projects which have a vendor directory that has nothing to do with Composer or for projects where all files required to run the code should be included in the repository?
