Skip to content
New issue

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

.gitignore contents #140

Open
Andrew-Saul opened this issue Dec 20, 2024 · 0 comments
Open

.gitignore contents #140

Andrew-Saul opened this issue Dec 20, 2024 · 0 comments

Comments

@Andrew-Saul
Copy link

Andrew-Saul commented Dec 20, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant