question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dvc: use dvcignore when adding data with `dvc add/run`

See original GitHub issue
echo 'dir/foo' > .dvcignore
dvc add dir # should ignore foo and not take it into account when computing mtime and size

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
nik123commented, Jun 6, 2019

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.

2reactions
jorgeorpinelcommented, Sep 19, 2019

@nik123 BTW in case you didn’t notice DVC can now ignore .DS_Store as you suggested. See https://stackoverflow.com/a/58016907/761963.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found