diff --git a/cargo-generate.toml b/cargo-generate.toml index b544a60..ac2e238 100644 --- a/cargo-generate.toml +++ b/cargo-generate.toml @@ -1,6 +1,10 @@ [template] cargo_generate_version = ">=0.9.0" -ignore = ["target", ".DS_Store"] # ideally this would include all of .gitignore +ignore = [ + "scripts", + "target", + ".DS_Store", +] # ideally this would include all of .gitignore [conditional.'crate_type == "lib"'] ignore = ["src/main.rs"] @@ -47,4 +51,4 @@ choices = [ ] [hooks] -post = ["scripts/ci.rhai"] +post = ["ci.rhai"] diff --git a/scripts/ci.rhai b/ci.rhai similarity index 100% rename from scripts/ci.rhai rename to ci.rhai