At the moment, DVC make changes to the .gitignore after commands like dvc add. There are cases, like mine, where it's not needed as .gitignore already exclude whole directory where data is kept.
Add a configuration that allow to suppress dvc changes to .gitignore.
At the moment, DVC make changes to the .gitignore after commands like
dvc add. There are cases, like mine, where it's not needed as .gitignore already exclude whole directory where data is kept.Add a configuration that allow to suppress dvc changes to .gitignore.