Disclaimer: I'm new to EGit but familiar with command line Git.
In Eclipse Neon, I have a configured Git repository with this structure:
.git
README.md
.gitignore
projectA
.project
projectB
.project
projectC
.project
Problem: In Enterprise Explorer, Navigator, Project, and Package Explorer, I can only see ProjectA
, ProjectB
, and ProjectC
, not README.md
and .gitignore
.
Question: How can I modify README.md
and .gitignore
from inside Eclipse?
Environment: Under Enterprise Explorer > Available Customizations, I have unchecked .*resources
. Under Navigator > Filters I have unchecked .*
Package/Project Explorer, Navigator, etc. show only files of into Eclipse imported/opened projects. Files that are starting with .
are hidden in the Package/Project Explorer, but are shown in the Navigator view by default.