Skip to content

Commit 8100789

Browse files
authored
Merge pull request #59 from qryxip/ja-all-enabled-genignore
Add .genignore for cargo-generate
2 parents 8bd02d7 + ddc5227 commit 8100789

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.genignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.cargo-ok
2+
/.github/

cargo-generate.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[template]
2-
exclude = [".github/workflows/ci.yml", ".cargo/config", "dep-tests.toml", "tools/**/*"]
2+
# for now
3+
#include = ["Cargo.toml"]
4+
include = []

0 commit comments

Comments
 (0)