How to stop iCloud from syncing node_modules?

How would one achieve to stop iCloud from syncing build folders like node_modules?

I don‘t think it makes sense to have them synced to iCloud since they can be reinstalled anytime from npm, so no important data gets lost. Also the upload takes a toll on performance since node_modules can be a lot of files. It's just quite a disruptive experience for any Node.js developer using macOS.

How to stop iCloud from syncing node_modules?
 
 
Q