Change Cargo Generate Ignore list 2
This commit is contained in:
parent
a209b8f532
commit
e2896d1130
@ -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" ]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user