By inheritance, we honor .gitignore files for any directories that contain them.
Ideally, we would not read those files, but use something like .mybaignore instead.
This is presently not possible with pure git.
One option would be to temporarily occlude .gitignore files before our git ops, but this is not liked.
By inheritance, we honor .gitignore files for any directories that contain them.
Ideally, we would not read those files, but use something like .mybaignore instead.
This is presently not possible with pure git.
One option would be to temporarily occlude .gitignore files before our git ops, but this is not liked.