From 69a33546172d01f1acaeee4d3c5be358d753bd07 Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 15 Apr 2016 09:53:34 +0200 Subject: [PATCH] ignore .DS_Store files ignore Desktop Services Store file for OS X --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7deaa919..d4dd3ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ # Ignore changes to the custom css files. /css/custom.css + +# Ignore Desktop Services Store files (OS X) +**/.DS_Store \ No newline at end of file