ignoreProperty

abstract fun ignoreProperty(propertyName: String)(source)

Specifies that the value of a certain property should be ignored when normalizing properties files. propertyName is matched case-sensitively with the property key. This method can be called multiple times to declare additional properties to be ignored.

Parameters

propertyName

- the name of the property to ignore