chore(.gitignore): add intellij resources

This commit is contained in:
jdotzki 2014-03-12 11:09:35 +01:00 committed by Nico Rehwaldt
parent dadf0ae1a5
commit d7ccd35e9f
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
node_modules/ node_modules/
tmp/ tmp/
docs/ docs/
dist/ dist/
.idea
*.iml