Remove useless empty npm-debug.log (#4367)

The log file comes from
a7a6678d5c

Also modify .gitignore to ignore all future npm-debug.log
This commit is contained in:
Xiao Hanyu 2018-02-08 00:12:45 +08:00 committed by Maxime Beauchemin
parent a4ecff4e23
commit d5ab6c8d3d
2 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -31,7 +31,7 @@ app.db
*.entry.js
*.js.map
node_modules
npm-debug.log
npm-debug.log*
yarn.lock
superset/assets/version_info.json