Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
11.0
-
None
Description
NetBeans (git-client) does not ignore files if the .gitignore file is deep in the project.
I installed the Google API Client through composer (https://developers.google.com/sheets/api/quickstart/php).
Composer create the file .gitignore in folder /vendor/google/apiclient-services
(the vendor folder is in the project root directory)
Inside this file it is written that the following files should be ignored:
src/Google/Service/Compute/HTTPHealthCheck.php src/Google/Service/Compute/HTTPSHealthCheck.php
But NetBeans does not ignore these files.
There is no problem with the official client.