From 1707e4e3a54a506e915c3b6ba7ca165fff9a2c1c Mon Sep 17 00:00:00 2001 From: Golmote Date: Fri, 12 Jun 2015 20:33:36 +0200 Subject: [PATCH] Add .DS_Store in .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 692a6cb8bc..ea5cfc7e8e 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