Add .idea to .gitignore file so I don't accidentally upload my IDE config

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-04-21 12:50:36 +01:00
parent 8308555489
commit f200e349c9
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ npm-debug.log
# test reports created by karma
/karma-reports
/.idea