Change Cargo Generate Ignore list 2

This commit is contained in:
Elias Stepanik 2025-03-23 22:52:45 +01:00
parent a209b8f532
commit e2896d1130

View File

@ -1,5 +1,6 @@
[template] [template]
cargo_generate_version = ">=0.10.0" cargo_generate_version = ">=0.10.0"
ignore = [ "assets/*" ]
[placeholders.gh-username] [placeholders.gh-username]
type = "string" type = "string"
@ -16,6 +17,6 @@ prompt = "Project description"
ignore = [ "src/main.rs" ] ignore = [ "src/main.rs" ]
[conditional.'crate_type == "bin"'] [conditional.'crate_type == "bin"']
ignore = [ "assets/*" ] ignore = [ "src/lib.rs" ]