Not keeping history of certain files

Hi, I’m wondering if there is a way to have a file be managed by dvc, but flag it somehow so that a history of that file isnt kept. I’m thinking specifically about a data registry scenario, normally if i change a file and push the new version to the registry, the old versions are also stored. In my hypothetical scenario i’d like to somehow configure that registry so that certain files can still be pushed/pulled from the registry but versions aren’t kept, so if i make a change and push, the old version just gets overwritten. Is that possible? Thanks :slight_smile:

Hi kazimpal,

dvc gc could be of help in this case.

Here’s the documentation link.

Let me know if that helps!