From 984bb65c45e51f93d10ad4115d524350d1a318e2 Mon Sep 17 00:00:00 2001 From: tgpethan Date: Fri, 3 Jan 2020 04:11:51 +0000 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0f38482..aa883c8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ package-lock.json config/config.json utils/ modules/consoleHelper/config.json +.DS_Store \ No newline at end of file