Where can I find options for "Exclude nodes by filename" template stting

I want to exclude the exec, mqtt, and storage (file-in/out, watch) nodes in a template I'm creating in flowfuse. In the following link, I see an option to Exclude nodes by filename: Administering FlowFuse • FlowFuse Docs.

My question is where can I find a list of possible filenames to exclude?

I've disabled exec and storage nodes by adding 10-file.js,23-watch.js,90-exec.js in that field, but can't find the files I need to exclude for excluding mqtt nodes

Hi, you will find them here: node-red/packages/node_modules/@node-red/nodes/core at master · node-red/node-red · GitHub

the MQTT nodes file is 10-mqtt.js

Sweet, that's just what I was looking for. Thank you!