| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Adding a default `.gitignore` for new R projects is a nice features. Around 20% of CRAN packages contained compiled code, often C/C++ (and increasingly Rust etc). Those packages will when `git add everything` is used also commit their object code and shared libraries. With this PR they will no longer so it should offer a small quality-of-life improvement to these repositories.
There was a problem hiding this comment.
Adds default exclusions for compiled artifacts generated by R packages.
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
There was a problem hiding this comment.
ADDD
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adding a default .gitignore for new R projects is a nice features. Around 20% of CRAN packages contained compiled code, often C/C++ (and increasingly Rust etc). Those packages will when git add everything is used also commit their object code and shared libraries. With this PR they will no longer so it should offer a small quality-of-life improvement to these repositories.
Link to the application or project's homepage
https://www.r-project.org/
Reasons for making this change
Compilation results such as object files and shared libraries are build-specific temporaries that should not be committed.
Links to documentation supporting these rule changes
N/A
Merge and Approval Steps