From d5edd8c43afb22a009ecbd00aa96a792a092ac21 Mon Sep 17 00:00:00 2001 From: zipang Date: Thu, 7 Sep 2017 15:21:03 +0200 Subject: [PATCH] Ignore some Mac OS junk files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 097df26..9236118 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ bower_components/ *.ipr *.iws .idea/ + +#MacOS junk files (could add more, see : https://github.com/github/gitignore/blob/master/Global/macOS.gitignore) +.DS_Store +._* \ No newline at end of file