Commit 1707e4e3a54a506e915c3b6ba7ca165fff9a2c1c

Golmote 2015-06-12T20:33:36

Add .DS_Store in .gitignore

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.gitignore b/.gitignore
index 692a6cb..ea5cfc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 hide-*.js
 node_modules
-.idea/
\ No newline at end of file
+.idea/
+.DS_Store
\ No newline at end of file