From 723f0ec7f033809502bde5b0f24a2bce6b087a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olle=20Lauri=20Bostr=C3=B6m?= Date: Tue, 26 Feb 2019 12:16:00 +0100 Subject: [PATCH] chore: add .DS_Store files to gitignore (#1421) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6862cb9897..42a589ff98 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ packages/*/test/**/*.d.ts *.iml *.tmp.txt .nyc_output -package-lock.json \ No newline at end of file +package-lock.json +.DS_Store