npmIgnore

@get:InputFile
@get:Optional
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val npmIgnore: RegularFileProperty

A location of the .npmignore file. Defaults to NpmPublishExtension.npmIgnore

See also