From 2359a3222c11baec01cbd218ae6cf6bd242eb697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Tupam=C3=A4ki?= Date: Thu, 30 Apr 2020 14:01:41 +0300 Subject: [PATCH] Ignore common files on macOS --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 32bdb00..4f13ee2 100644 --- a/.gitignore +++ b/.gitignore @@ -103,6 +103,8 @@ dist # TernJS port file .tern-port +# macOS +.DS_Store /examples/assets /examples/*.mp4