From a5a9830d901e8758f7aa45b6a97c157b6489c0f4 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Wed, 20 Oct 2021 08:18:22 +0200 Subject: [PATCH] Add .DS_store to ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a082fc9..4edb7e1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ zsh.d/99-local.zsh zsh.d/Darwin/99-local.zsh *~ *.swp +.DS_Store