From e6042393466b4112c8e60e8db9bd94b50e70297a Mon Sep 17 00:00:00 2001 From: jhaasdijk Date: Sat, 13 Oct 2018 21:26:54 +0200 Subject: [PATCH] Add .idea to gitignore I noticed that project settings were included in the gitignore file and added the Pycharm directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7145338..8bfc668 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,9 @@ ENV/ # Rope project settings .ropeproject +# Pycharm project settings +.idea + # mkdocs documentation /site