Skip to content

Commit

Permalink
Added DS_Store to the .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
gabceb committed Feb 8, 2013
1 parent 3ae40df commit 7d29af8
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 7d29af8

Please sign in to comment.