Skip to content

Commit

Permalink
fix: remove empty scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Jul 29, 2024
1 parent 7cae74a commit 38bdcbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cargo-generate.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -47,4 +51,4 @@ choices = [
]

[hooks]
post = ["scripts/ci.rhai"]
post = ["ci.rhai"]
File renamed without changes.

0 comments on commit 38bdcbc

Please sign in to comment.