We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Consider the following project structure
.gitignore is as follows:
.gitignore
data/** !data/*/ !*.dvc
git status gives:
git status
while dvc push gives:
dvc push
I expect to git and dvc behave the same with gitignore.