0

In macOS I have a file in a directory with the name Icon?, similar to the one in this question.

I would like to add a pattern to exclude this file, however I'm not sure what pattern to use.

**/Icon and **/Icon\r don't work, and I don't want to use **/Icon* as it could potentially ignore other files, for example Icon.png

VS Code Screenshot, showing Icon? file

thesilican
  • 581
  • 5
  • 17

1 Answers1

2

Using the pattern **/Icon? worked for me

thesilican
  • 581
  • 5
  • 17