Edited .gitignore for WebStorm and all logs
Added WebStorm's (IntelliJ) .idea directory to the .gitignore as well as all *.logs (including npm-debug.logmaster
parent
286d59e8e5
commit
2baa4f21ac
@ -1,2 +1,4 @@
|
||||
node_modules
|
||||
package-lock.json
|
||||
.idea
|
||||
*.log
|
Reference in New Issue