@alvinai0 wrote:
As documented in this doc, question mark
?
matches a single character.However, when I tried to use this pattern
Icon?
to ignore files namedIcon?
(which exist when customizing the folder icon on macOS), it also ignores other files likeIcons
(which I want them to stay synced)So is it possible to introduce some new syntax like
"Icon?"
orIcon\?
to workaround this?
Posts: 2
Participants: 2