From 20c4d0b2228baf1c32d2c9db23c625fac08ba212 Mon Sep 17 00:00:00 2001 From: John Campion Date: Sat, 26 Sep 2020 11:22:56 -0400 Subject: [PATCH] Added MacOS Annoyances to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff6b601f..fa002543 100644 --- a/.gitignore +++ b/.gitignore @@ -254,4 +254,7 @@ paket-files/ # Coderush /.cr -/build-artifacts \ No newline at end of file +/build-artifacts + +# MacOS +.DS_Store