Skip to content

Commit

Permalink
fix(hydroflow_plus): include VSCode settings in template (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj authored Dec 7, 2024
1 parent 032cde6 commit ee445cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions template/hydroflow_plus/cargo-generate.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[template]
include = [
".cargo",
".vscode",
"examples",
"src",
".gitignore",
"build.rs",
"Cargo.toml",
"README.md",
"rust-toolchain.toml"
]
ignore = [
"Cargo.lock",
]

0 comments on commit ee445cf

Please sign in to comment.