Skip to content

Commit

Permalink
Case insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Oct 10, 2023
1 parent 86f67bf commit c04e4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export abstract class Bundle {
/**
* File and directory names to exclude when adding a directory.
*/
public excludes = [/^\./, /^ehthumbs\.db$/, /^Thumbs\.db$/];
public excludes = [/^\./, /^ehthumbs\.db$/i, /^Thumbs\.db$/i];

/**
* Bundle main executable path.
Expand Down

0 comments on commit c04e4e6

Please sign in to comment.