From a002501bfcef5314b6c2d13e16c8195d82a6c838 Mon Sep 17 00:00:00 2001 From: Nuno Freire Date: Thu, 1 Sep 2022 14:54:28 +0100 Subject: [PATCH] Ignore Mac files --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5bda43e..cd1c260 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# MacOS +.DS_Store +.AppleDouble +.LSOverride + # The directory Mix will write compiled artifacts to. /_build/ @@ -22,10 +27,9 @@ erl_crash.dump # Ignore package tarball (built via "mix hex.build"). heroicons-*.tar - # Temporary files for e.g. tests /tmp # Elixir deps .nix-mix/ -.nix-hex/ \ No newline at end of file +.nix-hex/