We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I notice that the add_gitignore() function does not include a blanket ignoring of .html and .pdfs.
Instead of ignoring these files in the vignette folder only, shouldn't we ignore all of these files using the **/*.html and **/*.pdf paths?
Also I notice the .gitignore file in this repo only contains the lines .Rproj.user .Rhistory .RData .Ruserdata *.html docs inst/doc
For consistency, should it contain the same contents as implemented using the add_gitignore() function?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I notice that the add_gitignore() function does not include a blanket ignoring of .html and .pdfs.
Instead of ignoring these files in the vignette folder only, shouldn't we ignore all of these files using the **/*.html and **/*.pdf paths?
Also I notice the .gitignore file in this repo only contains the lines
.Rproj.user
.Rhistory
.RData
.Ruserdata
*.html
docs
inst/doc
For consistency, should it contain the same contents as implemented using the add_gitignore() function?
The text was updated successfully, but these errors were encountered: