From bbf99537eddd756efdb013825f612793c71abb97 Mon Sep 17 00:00:00 2001 From: Geoffrey Lessel Date: Tue, 19 Nov 2019 12:57:25 -0600 Subject: [PATCH] chore(gitignore): ignore .DS_STORE files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 80a69df..76213bb 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ erl_crash.dump # Also ignore archive artifacts (built via "mix archive.build"). *.ez -node_modules/ \ No newline at end of file +node_modules/ +.DS_STORE \ No newline at end of file