This module prevents webforms and their associated options from being overwritten during configuration imports and exports. This allows site editors to make changes to webforms on a live site without those changes being lost when new code is deployed.
Webform Config Ignore adds a filter to configuration import and export to skip webforms and webform options. This allows site editors to change webforms and options lists on production without having their work obliterated on a new deployment.
New webforms will still be imported.
The filter is basically config_ignore with slight modifications.
Requires config_filter 8.x-1.x.
See the module's README.txt for a configuration option to be used on development.
Credits: Thanks to Sutharsan for the Drupal 9 patch and chrisssnyder for committing it.