Gets the value of the 'gitignore' option.
bool The 'gitignore' option, or TRUE if undefined.
public function gitIgnore() { return $this->hasGitIgnore() ? $this->options['gitignore'] : TRUE; }