scripts: ignore .build directory for size checks (#3153)

This commit is contained in:
Egon Elbre 2019-10-02 15:22:35 +03:00 committed by GitHub
parent b7d4a3b09a
commit ef5e0dce20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ import (
)
var ignoreFolder = map[string]bool{
".build": true,
".git": true,
"node_modules": true,
"coverage": true,