You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4249#4110#4103 etc. We need to check if some files were ignored or not.
Current solutions are something like,
python -c "from dvc.repo import Repo;print(list(Repo().tree.walk_files('data')))"
# or
dvc pull -v subdata1.dvc | grep "xml"
# etc.
These unofficial usages are neither elegant nor detailed. While a git ignore-check can tell you which pattern matches and finally influences your file.
This is helpful when we are writing some complex .dvcignore patterns or debugging.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In #4249 #4110 #4103 etc. We need to check if some files were ignored or not.
Current solutions are something like,
These unofficial usages are neither elegant nor detailed. While a

git ignore-check
can tell you which pattern matches and finally influences your file.This is helpful when we are writing some complex
.dvcignore
patterns or debugging.The text was updated successfully, but these errors were encountered: