There's no need to include the .gitignore file in the project, it should be removed.

CommentFileSizeAuthor
#1 google_authorship-n2062901.patch158 bytesdamienmckenna

Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new158 bytes

This should do it.

gabesullice’s picture

Status: Needs review » Closed (won't fix)

I won't include the .gitignore file on future releases, but will keep it in dev.

damienmckenna’s picture

But you can't remove it from releases if it's in the codebase?

gabesullice’s picture

I'd like to VC the .gitignore file and ensure I don't commit any IDE stuff, it's not doing any harm really. You can just restore the file after preparing the release branch with:

git checkout <last commit w/ file> filename