Make git ignore npm-debug.log (#896)

This commit is contained in:
Adam Gotlib
2016-09-06 05:04:21 +02:00
committed by DC
parent 54882679c1
commit 8da5b955d6

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
node_modules/
build/
dist/
npm-debug.log.*
npm-debug.log*