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-specs tree is imported as a project into PyCharm. Change-Id: I3034c91dc9eafd3a7e0a99b54c4c7da1136c599a
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -34,3 +34,6 @@ ChangeLog
|
|||||||
# Editors
|
# Editors
|
||||||
*~
|
*~
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
|
# PyCharm IDE
|
||||||
|
.idea/
|
||||||
|
|||||||
Reference in New Issue
Block a user