-
Notifications
You must be signed in to change notification settings - Fork 1.2k
make status take .dvcignore into account #1834
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
Comments
@pared will this one be closed as well soon? |
@shcheklein |
@efiop I think we need to reopen it, or open new issue. The title of this issue is about something different than description, thats my fault. While status take .dvcignore into account while traversing now, we still need some easy way to show user that .dvcignore is working, as intended. |
@efiop thats my bad, sorry. |
@pared Well, but if it is not ignored by us, then |
@efiop, ok, now that I started to think about example, i doubt we need to implement some feature, indicating that something is ignored. I was thinking about some command that would display all ignored files, but now I don't think it is necessary (at least until someone asks for it with proper reasoning). We can re-close it, sorry. |
Uh oh!
There was an error while loading. Please reload this page.
After merging #1499 user might want to ignore some files. Add functionality to dvc status, that will allow user verify if his .dvcignore works as intended.
E.g.: when using git,
git status
shows all files in repository that are not ignored. There is no such straightforward command in dvc.The text was updated successfully, but these errors were encountered: