You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When publishing/updating a site, there should be the option to skip certain files.
To achieve this there should be a new "ignore" field in `ws-resources.json'. It will contain paths to the files that should be ignored with the possibility of using wildcards.
The pattern matching of wildcards will be the same as routes: longest match, with the wildcard allowed only on the last position.
Description
When publishing/updating a site, there should be the option to skip certain files.
To achieve this there should be a new "ignore" field in `ws-resources.json'. It will contain paths to the files that should be ignored with the possibility of using wildcards.
The pattern matching of wildcards will be the same as routes: longest match, with the wildcard allowed only on the last position.
Example:
Component
site-builder
Code of Conduct
The text was updated successfully, but these errors were encountered: