Skip to content

Commit

Permalink
Adding .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Greenfield committed Oct 31, 2011
1 parent 4c77dd8 commit 3486259
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,10 @@
# git config --global core.excludesfile ~/.gitignore

# IDE Specific #
################
.idea/

# OS generated files #
######################
.DS_Store
Thumbs.db

0 comments on commit 3486259

Please sign in to comment.