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

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-04-21 12:50:36 +01:00
parent 8308555489
commit f200e349c9

2
.gitignore vendored
View file

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