Clarify which files get installed when running quarto use template
and what the role of .quartoignore
is?
#6292
Unanswered
ramiromagno
asked this question in
Q&A
Replies: 1 comment 2 replies
-
See https://quarto.org/docs/extensions/starter-templates.html#creating-a-template. What else do you need? or what is not clear in the documentation? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I noticed that the files
README.md
andLICENSE
do not get installed when I runquarto use template
. Funnily enough, because I had aREADME.qmd
, it got installed :)So do I understand it correctly that you have special exclusion rules for particular files? Isn't that being too smart here? Wouldn't it be better to leave that to be listed in
.quartoignore
? Do I interpret it correctly that.quartoignore
should have a role similar to.Rbuildignore
for R packages?Beta Was this translation helpful? Give feedback.
All reactions