It was pointing to .yadr/gitignore_global, a symlink that no longer exits. Point it to .yadr/git/gitignore instead.
There's a stray backtick in the Rakefile which causes the installer to fail copying files. This commit removes the backtick and relocates a right brace to make everything work properly.