Skip to content

Commit

Permalink
Some more trace cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Nov 6, 2016
1 parent 23f741e commit 7d34980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
test/*.html
test/*.json
test/*.log
node_modules
npm-debug.log
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"demo": "cd test && webpack .",
"lint": "eslint src/webpack-shell-plugin.js",
"clean": "rm -rf test/*.json test/*.html"
"clean": "rm -rf test/*.json test/*.html test/*.log"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7d34980

Please sign in to comment.