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 - 'vendor' directory still always ignored
Summary: 'vendor' directory still always ignored
Status: RESOLVED DUPLICATE of bug 258345
Alias: None
Product: php
Classification: Unclassified
Component: Composer (show other bugs)
Version: 8.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-06 12:04 UTC by haohuoyao
Modified: 2016-10-07 02:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***