Bug description
I've been playing with the use of quarto and the quarto extension to preview .[R]?md files in an R package. I've noticed the following change to .gitignore:
Before (note that .quarto is present):
.Rproj.user
.Rhistory
.Rdata
.httr-oauth
.DS_Store
.quarto
After:
.Rproj.user
.Rhistory
.Rdata
.httr-oauth
.DS_Store
.quarto
/.quarto/
This does matter much in the grand scheme of things but:
- Does quarto really need to add another entry here? I realize the leading and trailing
/ actually mean these entries have slightly different implications.
- Why does quarto add the blank line?
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Your environment
No response
Quarto check output
No response