From 629b3929244d12bdd5b54ede5caf6a22f9718620 Mon Sep 17 00:00:00 2001 From: Travis Johnson Date: Mon, 17 Nov 2014 15:04:58 -0500 Subject: [PATCH] add PyCharm .idea folder to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff9c6160..25a046ef 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ /build .tox .vagrant -Vagrantfile \ No newline at end of file +Vagrantfile + +# PyCharm +.idea