From a88873c3b0287cf6b42038104b93801d22c2e8cd Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Mon, 25 Jun 2018 11:16:05 +0200 Subject: Ignore macOS files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9b08c62..2dfc470 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ out node_modules .vscode-test/ *.vsix -coverage/ \ No newline at end of file +coverage/ +.DS_Store -- cgit v1.2.3