- Add npm-debug.log to .gitignore

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-09-20 20:40:40 +03:00
parent 94cd2ce690
commit f7731f4f5e

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
*.sublime-workspace
tmp/
node_modules/
npm-debug.log
.vscode/
.idea/
.build/*