.gitignore should contain quarto create project build artifacts
#11044
Replies: 1 comment 2 replies
-
|
Thanks for the feedback. In the future, please search before opening new issues/discussions:
You might not want to version control the output but your case is not general enough. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Currently this is the only content in
.gitignore.But when creating a book,
_bookshould also be in.gitignoreotherwise users accidentally commit that to the repo. Ideally, this should be updated whenever a new project kind is added to_quarto.ymlbut I can imagine that being more work.At the very least, the default build folder should be ignored.
Beta Was this translation helpful? Give feedback.
All reactions