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-tempest-plugin git tree is imported as a project into PyCharm. Change-Id: I1e185976f9d1467eefe96548a2e090d1dd30ffca
This commit is contained in:
parent
4c99f09457
commit
2cbcae3e25
3
.gitignore
vendored
3
.gitignore
vendored
@ -57,3 +57,6 @@ ChangeLog
|
||||
|
||||
# Files created by releasenotes build
|
||||
releasenotes/build
|
||||
|
||||
# PyCharm IDE
|
||||
.idea/
|
||||
|
Loading…
x
Reference in New Issue
Block a user