From a3a9dd3af97772280733fecc6d52bc4db753c8d4 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Thu, 23 Nov 2017 13:58:36 +0100 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 92b4ae921..a5dd41c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ tools/esptool tools/esptool.exe tools/mkspiffs/mkspiffs tools/mkspiffs/mkspiffs.exe +.DS_Store -- GitLab