Closed as not planned
Description
dvc gc
can remove not reproducible files that were added by dvc add
. The only way to recreate the file:
dvc remove data/file.txt
cp ~/Download/file.txt data
dvc add data/file.txt
We need to distinguish reproducible and not-reproducible (data file and source data file) files and not to remove the not-reproducible without a special option.