Add .idea for pycharm into .gitignore

Change-Id: I55988f9984bf69189f3f92ae4b128c2843370720
This commit is contained in:
Shu Muto 2018-01-22 19:30:24 +09:00
parent aabd40965c
commit e5c3a17a1a
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ node_modules
npm-debug.log
releasenotes/build
.coverage*
.idea
.project
.pydevproject
.tox