Edited .gitignore for WebStorm and all logs

Added WebStorm's (IntelliJ) .idea directory to the .gitignore
as well as all *.logs (including npm-debug.log
develop
Peery 7 years ago
parent 0ff036c4d5
commit ea8c6a7c93

2
.gitignore vendored

@ -1,2 +1,4 @@
node_modules
package-lock.json
.idea
*.log