In the images folder, there are some identical images with the same filename when ignoring case. This causes issues on *nix based filesystems (including macOS)
warning upon git checkout:
the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'images/dgrm-Creative-requestNavigation.png'
'images/dgrm-creative-requestNavigation.png'
Request - deleted the 'right' one and have only one of these. The 'right' one wont break your docs.
In the images folder, there are some identical images with the same filename when ignoring case. This causes issues on *nix based filesystems (including macOS)
warning upon git checkout:
Request - deleted the 'right' one and have only one of these. The 'right' one wont break your docs.