Add '.idea' into .gitignore

This patch adds following directory for PyCharm.
- '.idea'

Change-Id: I3cf5f6b5063d989f81a0edcf816d919de905422b
This commit is contained in:
Shu Muto 2017-12-13 14:25:26 +09:00
parent 63658e1fe5
commit ec1c6467f2
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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