Skip to content

Commit

Permalink
Merge pull request #60 from gabceb/add_DS_Store_to_git_ignore
Browse files Browse the repository at this point in the history
Added DS_Store to the .gitignore file
  • Loading branch information
fusion94 committed Feb 8, 2013
2 parents 606df32 + 7d29af8 commit 6c0271f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -4,6 +4,11 @@
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

# Ignore DS_Store
*.DS_Store
.DS_Store
DS_Store

# Ignore bundler config
/.bundle

Expand Down

0 comments on commit 6c0271f

Please sign in to comment.