Skip to content

Commit

Permalink
Ignore gitignore. WTF?
Browse files Browse the repository at this point in the history
  • Loading branch information
sillyleo committed Nov 2, 2012
1 parent 661207a commit bf14d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@

.gitignore
.DS_Store

1 comment on commit bf14d74

@coreyti
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sillyleo, it's unlikely that you want to ignore .gitignore. In the event that someone else forks the project and, perhaps, contributes his/her changes back to you via a pull request, none of their commits should include a .DS_Store file, for example.

Please sign in to comment.