From 51a891b1581c6b146d0362c76e572c0b075c7626 Mon Sep 17 00:00:00 2001 From: Atif Afzal Date: Sat, 12 May 2018 17:23:11 +0530 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 76add87..c28d193 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules -dist \ No newline at end of file +dist +*.log* +.DS_STORE \ No newline at end of file