* precommit hooks and changes because of these * mv package into src dir * add requirements file, clean up setup reqs, add precommit to CI
22 lines
312 B
JSON
22 lines
312 B
JSON
{
|
|
"exclude": [
|
|
"token",
|
|
"Tokens"
|
|
],
|
|
"include": [
|
|
"Coins",
|
|
"Coin",
|
|
"Cards",
|
|
"Card",
|
|
"Buys",
|
|
"Buy",
|
|
"Actions",
|
|
"Action",
|
|
"Coffer",
|
|
"Coffers",
|
|
"Villager",
|
|
"Villagers",
|
|
"<VP>"
|
|
]
|
|
}
|