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
master
Peery 7 years ago committed by lub
parent 286d59e8e5
commit 2baa4f21ac

2
.gitignore vendored

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