Global ignore patterns not working(?)

I’d expect something like the following

$ kopia policy set --add-ignore .npm/ --add-ignore node_modules/ --global

to exclude all **/.npm/ and **/node_module/ directories from the backup set (regardless of target).

However, a “dry run” via

$ kopia snapshot estimate

indicates that nothing is actually excluded.

What am I doing wrong?

Thank you.