projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a073b5a
)
Add .DS_Store to .gitignore
user/bshum/gitignore-mac-files
author
Ben Shum
<ben@evergreener.net>
Wed, 28 Jun 2017 04:07:44 +0000
(
00:07
-0400)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
39fb328
..
403910a
100644
(file)
--- 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