VS Code by default skips the gitignored files from the workspace and this is what I need. However, sometimes I wish I could whitelist gitignored files into my project, like .env
files, but not only those.
Is there any configuration option or extension to allow whitelisting gitignored files into the workspace?
3