cycles-quartz/apps/transfers/cargo-generate.toml

14 lines
308 B
TOML
Raw Normal View History

2024-08-08 23:47:02 +00:00
[template]
description = "An functioning example of a quartz app"
ignore = [
"contracts/Cargo.lock",
"contracts/target",
"contracts/target/*",
"enclave/target",
"enclave/target/*",
"frontend/package-lock.json",
"frontend/public/images",
"trusted.hash",
"trusted.height"
2024-08-08 23:47:02 +00:00
]