From 33a8dfb56913cb8edffb7f84781480b9ccb1d499 Mon Sep 17 00:00:00 2001 From: capossele <angelo@Angelo.local> Date: Tue, 4 Jun 2019 15:07:57 +0100 Subject: [PATCH] Fix: OSX related files ignored --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index efa49079..1a11616f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,8 @@ .idea # Database directory -mainnetdb/ \ No newline at end of file +mainnetdb/ + +# OSX related files +.DS_Store +shimmer \ No newline at end of file -- GitLab