-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Introduce check-ignore for dvc ignore command. #3736
Comments
@pared According to Git. Among them, I consider Then, So, at first, I'd like to implement |
@karajan1001
So, for now, if you want to implement a few features, I think In next steps Please ping me if you want me to extend some parts. |
@pared
In conclusion without So, two steps:
|
Seems that |
@karajan1001 |
Fix iterative#3736 1. Introduce new arguments `--all` for `dvc check-ignore` 2. Add tests for `dvc check-ignore --all` 3. Introduce an interactive mode for `dvc check-ignore` with arguments `--stdin` on
* Update some tests first fix #3736 * first edition * solve failure in Windows * For Windows ci * Some help ducuments issue. * Update dvc/ignore.py abspath Co-authored-by: Ruslan Kuprieiev <[email protected]> * Refactor with OutOfWorkSpaceError * Solve a bug * Update dvc/command/check_ignore.py Co-authored-by: Jorge Orpinel <[email protected]> * Update dvc/command/check_ignore.py Co-authored-by: Jorge Orpinel <[email protected]> * Update dvc/command/check_ignore.py * Revert "Refactor with OutOfWorkSpaceError" This reverts commit 27eec49. * Two change request 1. Argument `targets`'s description. 2. Error handling of `_get_normalize_path` * Update dvc/main.py Co-authored-by: Ruslan Kuprieiev <[email protected]> * `check_ignore` now only accept one path a time 1. Add a new test for the out side repo cases 2. check ignore now only check one file not file lists Co-authored-by: Ruslan Kuprieiev <[email protected]> Co-authored-by: karajan1001 <[email protected]> Co-authored-by: Jorge Orpinel <[email protected]>
Fix iterative#3736 1. Introduce new arguments `--all` for `dvc check-ignore` 2. Add tests for `dvc check-ignore --all` 3. Introduce an interactive mode for `dvc check-ignore` with arguments `--stdin` on
There should be functionality providing easy way to check whether some file is
dvc-ignored
or not. Related: #3538The text was updated successfully, but these errors were encountered: