Closed akx closed 3 years ago
Refs #132, #97, etc.
This PR adds support for a .vhignore file, using the same syntax as .gitignore (but only read from the repo root, not from subdirectories like .gitignore does!) to further pare down the files included in an ad-hoc commit.
.vhignore
.gitignore
Refs #132, #97, etc.
This PR adds support for a
.vhignore
file, using the same syntax as.gitignore
(but only read from the repo root, not from subdirectories like.gitignore
does!) to further pare down the files included in an ad-hoc commit.