From 84fa6f525d62e44c194f303b13230eadac3628ce Mon Sep 17 00:00:00 2001 From: Avi Miller Date: Tue, 30 Jan 2018 08:57:03 +1100 Subject: [PATCH] Add .DS_Store to .gitignore This has popped up on a couple of pull requests recently so let's make sure we ignore it globally. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f871137d97..f4f159c97d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ **/*.zip **/*.tar.gz .idea/ +.DS_Store