add config files

This commit is contained in:
Satria 2026-06-21 13:22:51 +07:00
commit 2c3eeb7fc1
26 changed files with 2284 additions and 1 deletions

View file

@ -0,0 +1,15 @@
{
"enabled": true,
"log-packsquash": true,
"log-hash-mismatch": false,
"force-size-based-hash": false,
"cleanup": false,
"ignore-hash-paths": [
"polymer-credits.txt"
],
"packsquash-path": "polymer/packsquash",
"packsquash-toml-path": "polymer/packsquash.toml",
"hash-file-path": "polymer/hashes.json",
"resource-pack-directory": "polymer/pack",
"minified-zip-path": "polymer/resource_pack.min.zip"
}