Toggle "Explorer: Exclude Git Ignore" (explorer.excludeGitIgnore) setting globally in user settings.
When explorer.excludeGitIgnore is also defined in workspace settings, it is removed from there for two reasons:
this way the workspace setting does not override the global setting set by the extension;
user interface settings like this one should better be kept in user settings, not workspace settings, which are often pushed to a source code repository.