From 62af1bd7d98798d1be7ffbc0c70a5d8c1040d2b6 Mon Sep 17 00:00:00 2001 From: Kushagra Shekhawat <42572253+kushagra414@users.noreply.github.com> Date: Thu, 2 Jan 2020 16:09:41 +0530 Subject: [PATCH] Add log files and desktop service store files to .gitignore (#1207) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5ce2978e..cd71d22d 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,8 @@ share/python-wheels/ *.egg MANIFEST cache/ + +# Logs +*.log +# Desktop Service Store +*.DS_Store \ No newline at end of file