-
Notifications
You must be signed in to change notification settings - Fork 3
Add Global Ignore #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Global Ignore #118
Conversation
What is the hope here? What kind of things would we expect in the global ignore? |
Mostly the same that you get of global It lets you ignore things without pushing the thing that you ignored in the vtignore. Like, I have |
Add support for a global
.vtignore
s.vt config set globalIgnoreFiles=/foo/bar/buzz.txt
to add a "global" ignore file.vt config ignore
to edit the global ignore file in your default editor.vt config where
to get path to config files.Default will look for global ignore at
~/.config/vt/.vtignore