Merge pull request #8 from megadix/master

Filter out IntelliJ IDEA project files in .gitignore
This commit is contained in:
Stephen Grider 2016-05-25 14:50:10 -07:00
commit 29ebda4905
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