Skip to content

Commit 2016a52

Browse files
committed
don't include .github/FUNDING.yml in generated instances
fixes #24
1 parent 43b3690 commit 2016a52

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.genignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/FUNDING.yml

cargo-generate.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[template]
2-
exclude = [".github/FUNDING.yml", "README.md"]
2+
exclude = ["README.md"]

0 commit comments

Comments
 (0)