VS Code – whitelisting gitignored files
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.
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.