From e93ef9389f61cabb53310395888907fcf9e419bd Mon Sep 17 00:00:00 2001 From: Alexandr Loskutov Date: Wed, 13 Sep 2017 19:05:12 +0300 Subject: [PATCH] Add .DS_Store to ignore patterns --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7e67c48bc..6701a8878 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.gzip *.gz .vscode +.DS_Store