dvc: use dvcignore when adding data with `dvc add/run`
See original GitHub issueecho 'dir/foo' > .dvcignore
dvc add dir # should ignore foo and not take it into account when computing mtime and size
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
.dvcignore Files | Data Version Control · DVC
Note that you can use the dvc check-ignore command to check whether given files or directories are ignored by the patterns in a...
Read more >Versioning Data and Models for Machine learning projects ...
This tutorial is for anyone who wants to start using DVC and Git to version data, models. A walkthrough of the basic features...
Read more >dvc Changelog - pyup.io
deps: bump dvc-data, install dvc-data cli deps in dev mode (7994) skshetry - deps: bump dvc-data to 0.0.20 (7992) efiop - checkout: use...
Read more >Data Versioning - MLOps Guide
This section will use the help of the template repository to show how to version ... dvc add. Suppose you have downloaded our...
Read more >Unable to ignore .DS_Store files in DVC - Stack Overflow
mkdir data $ dvc add data WARNING: 'data' is empty. Saving information to 'data.dvc'. $ echo ".DS_Store" > .dvcignore $ touch "data/.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve been sent here by one of the developers from this conversation on StackOverflow. In general I really need
dvc status
command to ignore .DS_Store files automatically created by MacOS.However I’m not sure if my request is a part of this issue or that should be a separate feature request.
@nik123 BTW in case you didn’t notice DVC can now ignore
.DS_Store
as you suggested. See https://stackoverflow.com/a/58016907/761963.