You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
still wondering if dso repro will remove the entire output directory if it is tracked as output, even if it contains a .gitignore tracked by git and excluded by dvcignore -- will check.
@tschwarzl, I couldn't make it work with the .dvcignore. It still complained about output being tracked by git and it also keeps removing the entire directory.
I therefore re-opened #73 which moves the .gitignore outside the output directory.
Please let me know if you have another working solution.
Instead of having many gitignores in subfolders, it might be better to have a single one per stage.
Additionally, this solves an issue where the entire
output
directory couldn't be tracked by dvc because of overlapping paths.The text was updated successfully, but these errors were encountered: