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 256944 - Incorrect graying out of git ignored folders
Summary: Incorrect graying out of git ignored folders
Status: RESOLVED DUPLICATE of bug 257488
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-03 08:48 UTC by josef.sabl
Modified: 2016-01-09 10:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of a bug (30.95 KB, image/png)
2015-12-03 08:48 UTC, josef.sabl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description josef.sabl 2015-12-03 08:48:42 UTC
Created attachment 157636 [details]
Screenshot of a bug

Netbeans grays out files specified in .gitignore file. We have /vendor directory ignored as these files are installed using composer. We have /vendor/others un-ignored as these are third party plugins that are NOT installed by composer. We have this in .gitignore:

vendor/*
!vendor/others

Git itself (outside of Netbeans) works correctly and files in vendor/others are commited to repository. But Netbeans grays out this directory and also all files inside it.

This was working in 8.0.2 and appeared with 8.1.
Comment 1 Ondrej Vrabec 2016-01-09 10:30:17 UTC

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