Skip to content

Commit f12e76f

Browse files
authored
Merge pull request #28 from knurling-rs/no-funding-for-the-clones
don't include .github/FUNDING.yml in generated instances
2 parents c99696d + 2016a52 commit f12e76f

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)