From: Ben Shum Date: Wed, 28 Jun 2017 04:07:44 +0000 (-0400) Subject: Add .DS_Store to .gitignore X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=74ce23d3ffce7e4befd6a1dd65755a8f0b8bef38;p=working%2FEvergreen.git 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 --- 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