From 38d8d9f85e6bb3fd8166a9f3e63991796ce57e96 Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Sat, 29 Dec 2018 22:20:40 +0100 Subject: [PATCH] ignore mac files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 61efa50..53af67f 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # ignore backup files ._* +* Mac OS stuff +.DS_Store # ignore the ESP32 MicroPython binary esp32*.bin # ignore the development config file