Replies: 1 comment 10 replies
-
Use |
Beta Was this translation helpful? Give feedback.
10 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
As mentioned here https://quarto.org/docs/extensions/starter-templates.html#creating-a-template all hidden files / directories are ignored.
It would be nice to have a way to allow certain hidden files / directories.
This would allow to also bundle common project setup with the template like lint config files or a
.devcontainer
I tried using a
.quartoignore
or.gitignore
likebut this didn't help.
Beta Was this translation helpful? Give feedback.
All reactions