If you want to ignore property globally, There is a method AddGlobalIgnore in Profile Class of AutoMapper. This is available in AutoMapper version 13.0 or later.
AddGlobalIgnore
e.g: AddGlobalIgnore("CreatorUserId");