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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: