From 74ce23d3ffce7e4befd6a1dd65755a8f0b8bef38 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 28 Jun 2017 00:07:44 -0400 Subject: [PATCH] Add .DS_Store to .gitignore For users/devs who browse the git repository with macOS, add the .DS_Store folder property file to the .gitignore file so that it will be ignored. Signed-off-by: Ben Shum --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 39fb328c59..403910ae2b 100644 --- a/.gitignore +++ b/.gitignore @@ -359,3 +359,6 @@ Thumbs.db Open-ILS/web/js/ui/default/staff/build/ Open-ILS/web/js/ui/default/staff/node_modules/ Open-ILS/web/js/ui/default/staff/bower_components/ + +# Ignore Mac DS_Store files +.DS_Store -- 2.11.0