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

Summary: Incorrect graying out of git ignored folders
Product: versioncontrol Reporter: josef.sabl
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED DUPLICATE    
Severity: normal CC: git
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of a 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 ***