Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
fix: Fix CI includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Dec 21, 2023
1 parent 0b26e3f commit 05a0627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cargo-generate.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[template]
cargo_generate_version = ">=0.17.4"
ignore = [".git", ".github/dependabot.yml", ".github/workflows/ci_docker.yml", ".github/workflows/ci.yml", ".github/workflows/issue_handler.yml", "README.md"]
ignore = [".git", ".github/dependabot.yml", ".github/workflows/ci_docker.yml", ".github/workflows/ci.yml", ".github/workflows/issue_handler.yml", ".github/verify.sh", "README.md"]

[hooks]
pre = ["pre-script.rhai"]
Expand Down Expand Up @@ -68,6 +68,7 @@ ignore = [
".vscode/",
"docs/",
"scripts/",
".github",
".dockerignore",
"diagram.json",
"wokwi.toml",
Expand Down

0 comments on commit 05a0627

Please sign in to comment.