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 253351 - Do not share "vendor" directory
Summary: Do not share "vendor" directory
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on: 253355
Blocks: 257488
  Show dependency tree
 
Reported: 2015-07-08 09:45 UTC by Tomas Mysik
Modified: 2016-01-09 10:46 UTC (History)
1 user (show)

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 Tomas Mysik 2015-07-08 09:45:54 UTC
By default, we should not share the "vendor" directory (this directory is created and maintained by composer).
Comment 1 Tomas Mysik 2015-07-09 08:01:14 UTC
Should be fixed now. Please verify, thanks.

http://hg.netbeans.org/web-main/rev/b09dfa7f9d10
Comment 2 Quality Engineering 2015-07-10 01:17:22 UTC
Integrated into 'main-silver', will be available in build *201507100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b09dfa7f9d10
User: Tomas Mysik <tmysik@netbeans.org>
Log: #253351 - Do not share "vendor" directory
Comment 3 josef.sabl 2016-01-09 10:46:00 UTC
This directory is not ALWAYS created by composer. We actually put stuff manually in there (specifically into vendor/others). Ignoring certain folders should not be hard coded in IDE but rather configurable (.gitignore e.g.)