Skip to content

Commit

Permalink
add .ts and .map files to targets.js (#17)
Browse files Browse the repository at this point in the history
Clean sourcemap and TypeScript files.
  • Loading branch information
Trott authored Feb 1, 2019
1 parent 60c11ee commit 782348b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/targets.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = [
'*.map',
'*.pyc',
'*.swo',
'*.swp',
'*.ts',
'*logo.*',
'.coverage_data/',
'.coverage_debug/',
Expand Down

0 comments on commit 782348b

Please sign in to comment.