From 5d145deaa3c6a4d4a6398716e37ba6e3fe61cc95 Mon Sep 17 00:00:00 2001 From: ankushduacodes <61025943+ankushduacodes@users.noreply.github.com> Date: Sat, 27 Jun 2020 22:10:34 +0530 Subject: [PATCH] added .DS_store to gitignore its a mac system file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 61b11f1..7c5edea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ .tox dist/ wideq_state.json -__pycache__ \ No newline at end of file +__pycache__ +# Ignore Mac system files +.DS_store