From e3acc109ee6f9d99f0ea592385ab04db5e4b1646 Mon Sep 17 00:00:00 2001 From: Dustin Schoenbrun Date: Wed, 27 Jun 2018 17:33:40 -0400 Subject: [PATCH] Add line for PyCharm IDE in gitignore file There was no entry in the gitignore file for JetBrains IDEs like PyCharm. This patch adds an entry to ignore the .idea directory that is created when the manila-ui git tree is imported as a project into PyCharm. Change-Id: I27a7793e262bfb234e1cdfc6c674e561f608354b --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b0255641..9b7204c2 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,6 @@ ChangeLog # Unit test artifacts *.secret_key_store.lock .secret_key_store + +# PyCharm IDE +.idea/