Files that are part of release(pack) but does't add any value on size snaps should be ignored. in `packsize.config.json` it can have an ignore option: eg: ```JSON { "ignoreFiles": [ "*.d.ts", "package.json", "*.map", ] } ```