refactor: streamline ignore list in cargo-generate.toml
This commit is contained in:
@@ -1,14 +1,6 @@
|
|||||||
[template]
|
[template]
|
||||||
cargo_generate_version = ">=0.21.0"
|
cargo_generate_version = ">=0.21.0"
|
||||||
ignore = [
|
ignore = [".git", "target", ".idea", ".vscode", "data.db"]
|
||||||
".git",
|
|
||||||
"target",
|
|
||||||
".idea",
|
|
||||||
".vscode",
|
|
||||||
"data.db",
|
|
||||||
"api/Cargo.toml",
|
|
||||||
"infra/Cargo.toml",
|
|
||||||
]
|
|
||||||
|
|
||||||
[filenames]
|
[filenames]
|
||||||
"api/Cargo.toml.template" = "api/Cargo.toml"
|
"api/Cargo.toml.template" = "api/Cargo.toml"
|
||||||
|
|||||||
Reference in New Issue
Block a user