This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268375

Summary: 'vendor' directory still always ignored
Product: php Reporter: haohuoyao
Component: ComposerAssignee: Tomas Mysik <tmysik>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description haohuoyao 2016-10-06 12:04:57 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=258345

In PHP, the `vendor` directory is always ignored in Git repositories, even if it's not mentioned in the `.gitignore` file. Even if I add it in `.gitignore` explicitely NOT to be ignored (`!/vendor/`).


on NetBeans 8.2,using Versioning > Git, Unselect 'Permanently ignore not-sharable files',it does NOT work.(same as before)
Comment 1 haohuoyao 2016-10-07 02:18:17 UTC

*** This bug has been marked as a duplicate of bug 258345 ***