From 93d306d5552f5c26d0e747ee14f21fdce6d82edd Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Tue, 27 Dec 2016 22:29:37 +0100 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 91ec8c0..8546ae7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ */node_modules/* arduino/.build/* npm-debug.log -config.js \ No newline at end of file +config.js +.DS_Store