scripts: ignore .build directory for size checks (#3153)
This commit is contained in:
parent
b7d4a3b09a
commit
ef5e0dce20
@ -14,6 +14,7 @@ import (
|
||||
)
|
||||
|
||||
var ignoreFolder = map[string]bool{
|
||||
".build": true,
|
||||
".git": true,
|
||||
"node_modules": true,
|
||||
"coverage": true,
|
||||
|
Loading…
Reference in New Issue
Block a user