Skip to content

Commit

Permalink
bin out lock files too
Browse files Browse the repository at this point in the history
  • Loading branch information
jezhiggins committed Sep 9, 2019
1 parent fded984 commit a254af5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ task clean(type: Delete) {

delete 'node_modules',
fileTree('static') { exclude '.gitkeep' },
'static/static'
'static/static',
'package-lock.json',
'yarn.lock'
}

0 comments on commit a254af5

Please sign in to comment.