https://github.com/ganyariya/vsexclude
vsexclude can set up "files.esclude" to your ".vscode/settings.json".
https://github.com/ganyariya/vsexclude
cii deno vscode
Last synced: 1 day ago
JSON representation
vsexclude can set up "files.esclude" to your ".vscode/settings.json".
- Host: GitHub
- URL: https://github.com/ganyariya/vsexclude
- Owner: ganyariya
- Created: 2021-10-04T23:13:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T03:24:21.000Z (over 4 years ago)
- Last Synced: 2025-12-24T23:59:41.474Z (6 months ago)
- Topics: cii, deno, vscode
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦕 vsexclude
[](https://deno.land)
[](LICENSE)
[](https://github.com/ganyariya/vsexclude/tags)
vsexclude can add your favorite lang's `files.exclude` of vscode to your `settings.json`, like `.gitignore`.
### 🦕 Install
```shell
deno install --allow-run --allow-read --allow-write --allow-net --unstable --force --name vsexclude https://raw.githubusercontent.com/ganyariya/vsexclude/main/cli.ts
```
### 🦕 CLI
You can add a lang template to your `.vscode/settings.json`.
You have to run the below command, on the vscode project directory.
```shell
# vsexclude add
vsexclude add python
```
You can check current exclude templates.
```shell
vsexclude list
```
### 🦕 Contribute
Please add your favorite lang's `files.exclude` template to [templates directory](https://github.com/ganyariya/vsexclude/tree/main/templates).
For example, if you want to add the deno template, please make PR of creating `templates/deno.txt`!
🦕🦕🦕 Welcome for your any PRs! 🦕🦕🦕
### 🦕 TODO
- [ ] Refactoring (Please welcome for great engineer help)
- [ ] Other functions
- [ ] search.exclude
- [ ] files.watch exclude
- [ ] 🦕 your idea!