├── .dvc └── config └── data ├── .gitignore └── data.xml.dvc /.dvc/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/dvc-example/HEAD/.dvc/config -------------------------------------------------------------------------------- /data/.gitignore: -------------------------------------------------------------------------------- 1 | /data.xml 2 | -------------------------------------------------------------------------------- /data/data.xml.dvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pooya-mohammadi/dvc-example/HEAD/data/data.xml.dvc --------------------------------------------------------------------------------