How do I prevent Quarto from creating needless .gitignore files? #13688
Unanswered
aaron-siegel
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
You can't if you are working with Git. I don't know what you are referring to with "root", but if you are talking about user level gitignore, this makes collaboration on your repositories less likely to end well as your collaborators cannot know what you exclude or not when cloning. |
Beta Was this translation helpful? Give feedback.
3 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
Every time I run Quarto, it creates a needless
.gitignorefile in a subdirectory of my source tree. I already have.quartoand*.quarto_ipynbignored in my root.gitignore, so the new one serves no purpose. How do I prevent Quarto from creating it?Beta Was this translation helpful? Give feedback.
All reactions