From 2f376adae64e432aa4982e7a3064eaa872b3e837 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 4 Feb 2016 19:51:17 +0800 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 75a125cc..5ca2f5da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -aws-credentials.json \ No newline at end of file +aws-credentials.json +.DS_Store