From 3d14725be15fcbdef8ce7296f0ca3771ed9dbf1a Mon Sep 17 00:00:00 2001 From: jzr1991 Date: Tue, 30 Jan 2018 08:11:13 +0000 Subject: [PATCH] Update .gitignore to cover all .DS_Store (#120) .DS_Store files tend to pop up in subfolders too - added * pattern to ignore any that appear in subfolders rather than just the root dir. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fdbef0e..9c44596 100644 --- a/.gitignore +++ b/.gitignore @@ -62,7 +62,7 @@ modules.xml ### System Files ### -.DS_Store +*.DS_Store # Windows thumbnail cache files Thumbs.db