I wanted to know if we can add a provision to skip fields specified in config.ini file while generating Views like this:
fieldsToSkip = created_by, creation_date, modified_by, modified_date
Developers might not want these fields to be placed in generated views as they are mostly updated in the background. If this feature is acceptable to DevTools team then I already have some code written which I can commit.