From a44404000b38e26dde56e7c5e1150b09914b1b37 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 28 Jan 2019 11:35:08 +0100 Subject: [PATCH] Ignore .DS_Store file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c5ab10..eec7f1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .idea/ artifacts/ -ganache-db/ \ No newline at end of file +ganache-db/ +.DS_Store +**/.DS_Store