Describe the bug
No way to know if a bumpFile was ignored by dotgitignore
Current behavior
If dotgitignore decides that a bumpFile is ignored, you're left guessing
Expected behavior
The output should report something like "Skipping file.ext because it's ignored by git"
Additional context
I think dotgitignore got it wrong in my case, although I think it's irrelevant to this repo
Basically I'm in /apps/mylib/ and I was ignoring /apps/mylib/apps/ but dotgitignore thought I was ignoring /apps
/apps/mylib/.gitignore
apps # ignore the apps subfolder --> /apps/mylib/apps