-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
enhancementEnhances DVCEnhances DVCfeature requestRequesting a new featureRequesting a new featurep2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important
Description
Same as .gitignore, but for dvc. It will tell dvc which paths to ignore when caching data. Would be extremely useful for ignoring auto-generated/temporary files/directories that are created as a side effect and don't carry anything useful.
First iteration should make patterns listed in dvcignore be ignored on Repo.stages() when collecting stages.
echo '/directory_with_millions_of_files' > .dvcignore
dvc status # should not enter `directory_with_millons_of_files`
Second iteration should support dvc add/run. We have a separate issue for it at #1876
shcheklein, AlJohri, jerr0328, mhham, shaunirwin and 1 more
Metadata
Metadata
Assignees
Labels
enhancementEnhances DVCEnhances DVCfeature requestRequesting a new featureRequesting a new featurep2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important