Ignoring multiple file names

How would I ignore temporary/cache files from being uploaded? Like I'm trying to sync and exclude any directory (and its descendants) named node_modules or target.

rclone ls --filter "- target/**" --filter "- node_modules/**" ./

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.