Skip to content

Commit

Permalink
Merge 565cfed into 0ec11a7
Browse files Browse the repository at this point in the history
  • Loading branch information
MilapNaik committed May 6, 2024
2 parents 0ec11a7 + 565cfed commit 1120a24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/RokuDeploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,11 @@ export const DefaultFiles = [
'source/**/*.*',
'components/**/*.*',
'images/**/*.*',
'manifest'
'locale/**/*',
'fonts/**/*',
'manifest',
'!node_modules',
'!**/*.{md,DS_Store,db}'
];

export interface HttpResponse {
Expand Down

0 comments on commit 1120a24

Please sign in to comment.