Open
Description
On suggestion by @shcheklein, I added cache: false
to the output in the .dvc
file created by dvc import
to be able to track the imported file with Git instead of DVC. However, dvc update
still adds the output to .gitignore
. Also, when I use git add -f
to track the file despite it being ignored, then dvc update
will complain that the output is already tracked by the SCM.
Should dvc update
take into account the cache: false
flag of the output in the input .dvc
file?