diff --git a/template/hydroflow_plus/cargo-generate.toml b/template/hydroflow_plus/cargo-generate.toml index 2d888be7dd48..9f3d7d6ec4b9 100644 --- a/template/hydroflow_plus/cargo-generate.toml +++ b/template/hydroflow_plus/cargo-generate.toml @@ -1,4 +1,15 @@ [template] +include = [ + ".cargo", + ".vscode", + "examples", + "src", + ".gitignore", + "build.rs", + "Cargo.toml", + "README.md", + "rust-toolchain.toml" +] ignore = [ "Cargo.lock", ] \ No newline at end of file