-
Couldn't load subscription status.
- Fork 1.3k
Closed
Labels
bugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important
Description
Based on the conversation
If you have a structure:
.dvc/
.dvcignore
data/
a
b
c
And .dvcignore contains c, then your code will list all of the files in data, while c should be skipped
dvc list . data
a
b
c
but expects
a
b
$ dvc --version
0.86.5+a9bc65.mod
Metadata
Metadata
Assignees
Labels
bugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important