gitignoreFile

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

The .gitignore file located in the rootDirectory, tracked for content change.