Skip to content

Commit 65c9c2f

Browse files
fix code docs
1 parent 08de8bc commit 65c9c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/declarations/stencil-public-compiler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ export interface CopyTask {
16481648
dest?: string;
16491649
/**
16501650
* An optional array of glob patterns to exclude from the copy operation.
1651-
* @default ['**\/__mocks__/**', '**\/__fixtures__/**', '**\/dist/**', '**\/.{idea,git,cache,output,temp}/**', '.ds_store', '.gitignore', 'desktop.ini', 'thumbs.db']
1651+
* @default ['**\/__mocks__/**', '**\/__fixtures__/**', '**\/dist/**', '**\/.{idea,git,cache,output,temp}/**', '**\/.ds_store', '**\/.gitignore', '**\/desktop.ini', '**\/thumbs.db']
16521652
*/
16531653
ignore?: string[];
16541654
/**

0 commit comments

Comments
 (0)