active_record-annotate
active_record-annotate copied to clipboard
Add a way to skip certain files/models
We need some other way to ignore certain files. Maybe we could have an .annotate_ignore
file in the project root where we list these?
What files do you want to ignore, for example?
Any models I do not wish to be annotated or maybe things like ApplicationRecord and other custom parent classes I may have
@westonganger is this still relevant after the ApplicationRecord problem got fixed?
Yes I would say so sometimes we may want to skip certain files on a custom basis for brevity.