From 99c2061f6402d25518abc8b9a75a6eded3a49df6 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sat, 21 Dec 2019 18:47:56 -0800 Subject: [PATCH] Ignore .DS_Store. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ee73420..92ac095 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .*~ .checked-*.js +.DS_Store .vscode /dist /node_modules