From ceca130bc021ca87ae0db310bb81b85ff8f96b62 Mon Sep 17 00:00:00 2001 From: Stefan Moonen Date: Fri, 26 May 2017 15:20:24 +0200 Subject: [PATCH] Add .DS_Store files to .gitignore (#1368) housekeeping: add .DS_Store files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 112c1fde..8c8424c8 100644 --- a/.gitignore +++ b/.gitignore @@ -239,3 +239,6 @@ tools/ artifacts/ src/CommonAssemblyInfo.cs src/ReactiveUI.Events/Events_*.cs + +# macOS +.DS_Store