From 775625da74f6683fbdee442c4b1bcbfe7a513772 Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Fri, 3 Mar 2017 16:12:13 -0800 Subject: [PATCH] Add .DS_Store into .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fcf7122..0a0dd02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -pandoc.template \ No newline at end of file +pandoc.template +.DS_Store \ No newline at end of file -- GitLab