14 lines
308 B
TOML
14 lines
308 B
TOML
[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"
|
|
] |