vsexclude can add your favorite lang's files.exclude of vscode to your settings.json, like .gitignore.
deno install --allow-run --allow-read --allow-write --allow-net --unstable --force --name vsexclude https://raw.githubusercontent.com/ganyariya/vsexclude/main/cli.tsYou can add a lang template to your .vscode/settings.json.
You have to run the below command, on the vscode project directory.
# vsexclude add <lang>
vsexclude add pythonYou can check current exclude templates.
vsexclude listPlease add your favorite lang's files.exclude template to templates directory.
For example, if you want to add the deno template, please make PR of creating templates/deno.txt!
🦕🦕🦕 Welcome for your any PRs! 🦕🦕🦕
- Refactoring (Please welcome for great engineer help)
- Other functions
- search.exclude
- files.watch exclude
- 🦕 your idea!