Add .DS_Store to .gitignore

Make us Mac user's lives easier
This commit is contained in:
Will Franzen 2015-02-22 10:54:58 -06:00
parent 39fe1b5c29
commit 3871485ef0

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/node_modules
/test/npm-debug.log
/test/server
.DS_Store