Add .DS_Store to .gitignore user/bshum/gitignore-mac-files
authorBen Shum <ben@evergreener.net>
Wed, 28 Jun 2017 04:07:44 +0000 (00:07 -0400)
committerBen Shum <ben@evergreener.net>
Wed, 2 Aug 2017 01:14:27 +0000 (21:14 -0400)
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 <ben@evergreener.net>
.gitignore

index 39fb328..403910a 100644 (file)
@@ -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