Have you ever thought about a kind of filtering to exclude some files and folders from the refactorings? E.g. we have some generated code (from EMF, Xtext, etc.) and I would like to exclude that one, instead of reverting it afterwards via git. I could imagine these:
- regex on location (e.g. exclude ".-gen.")
- regex on file content (e.g. ".generated by.")
For me the location based filtering would be sufficient.
Have you ever thought about a kind of filtering to exclude some files and folders from the refactorings? E.g. we have some generated code (from EMF, Xtext, etc.) and I would like to exclude that one, instead of reverting it afterwards via git. I could imagine these:
For me the location based filtering would be sufficient.