Filter out IntelliJ IDEA project files in .gitignore

This commit is contained in:
Dimitri De Franciscis 2016-03-07 11:27:40 +01:00
parent 3f36bba5fe
commit 7a74747737
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
/node_modules
bundle.js
npm-debug.log
# IntelliJ
*.iml
/.idea