I think sometimes only one pattern can't describe the rules of a complex template very well. So how about pattern array? For example: ```json { "skipInterpolation": [ "src/**/*.{vue,js}", "assets/**/*", "ios/**/*", "android/**/*", ... ] } ``` Thanks.