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
This commit is contained in:
Dustin Schoenbrun 2018-06-27 17:33:40 -04:00
parent a51b4b4e84
commit e3acc109ee
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -57,3 +57,6 @@ ChangeLog
# Unit test artifacts
*.secret_key_store.lock
.secret_key_store
# PyCharm IDE
.idea/