UPDATE: Skip to https://github.com/iterative/dvc/issues/3538#issuecomment-669603698 --- ``` $ dvc version DVC version: 0.90.2 Python version: 3.7.5 Platform: Windows-10-10.0.18362-SP0 Binary: True Package: exe Supported remotes: azure, gdrive, gs, hdfs, http, https, s3, ssh, oss Filesystem type (workspace): ('NTFS', 'C:\\') ``` Having `data` in .dvcignore makes DVC commands ignore all file names starting with that string e.g `data2`, `dataset`. https://dvc.org/doc/user-guide/dvcignore links to [gitignore patterms](https://git-scm.com/docs/gitignore) but Git doesn't do that. UPDATE: Skip to https://github.com/iterative/dvc/issues/3538#issuecomment-621947830
UPDATE: Skip to #3538 (comment)
Having
datain .dvcignore makes DVC commands ignore all file names starting with that string e.gdata2,dataset. https://dvc.org/doc/user-guide/dvcignore links to gitignore patterms but Git doesn't do that.UPDATE: Skip to #3538 (comment)