From ee445cf5b945dc56e58186e0019ac08005e2a140 Mon Sep 17 00:00:00 2001 From: Shadaj Laddad Date: Fri, 6 Dec 2024 16:42:48 -0800 Subject: [PATCH] fix(hydroflow_plus): include VSCode settings in template (#1599) --- template/hydroflow_plus/cargo-generate.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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