Skip to content

Commit 645e3b9

Browse files
committed
add dist-size-status.json to export-ignore.php
1 parent b86803b commit 645e3b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

export-ignore.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
declare(strict_types=1);
44

55
return [
6+
// <<< dirs
67
'.github/',
78
'tests/',
89
'Tests/',
910
'docs/',
10-
11+
// dirs >>>
12+
13+
'dist-size-status.json',
1114
'.gitignore',
1215
'.editorconfig',
1316

0 commit comments

Comments
 (0)