Skip to content

Commit 7d29af8

Browse files
committedFeb 8, 2013
Added DS_Store to the .gitignore file
1 parent 3ae40df commit 7d29af8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
# or operating system, you probably want to add a global ignore instead:
55
# git config --global core.excludesfile ~/.gitignore_global
66

7+
# Ignore DS_Store
8+
*.DS_Store
9+
.DS_Store
10+
DS_Store
11+
712
# Ignore bundler config
813
/.bundle
914

0 commit comments

Comments
 (0)
Please sign in to comment.