Commit 53754cbe1f52fd753af1b12cca411455064d3908

Vitaliy Ribachenko 2015-05-25T15:22:12

Added dsstore to 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