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 1/2] 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 From aec22ce2e5921a81ff33087e50149ddc0217f50e Mon Sep 17 00:00:00 2001 From: ankushduacodes <61025943+ankushduacodes@users.noreply.github.com> Date: Sat, 27 Jun 2020 22:13:36 +0530 Subject: [PATCH 2/2] Update .gitignore Co-authored-by: Adrian Sampson --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c5edea..d4f68ed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ dist/ wideq_state.json __pycache__ # Ignore Mac system files -.DS_store +.DS_Store