79179636

Date: 2024-11-12 02:49:34
Score: 2
Natty:
Report link

.gitignore is used to prevents specified files from being tracked and included in version control. That means this is used by git to ignore which files and directories.

.Rbuildignore: is used by the R CMD build process to exclude files from the package tarball that is created when building the package.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: fable