Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Ross committed Dec 25, 2023
1 parent 20f511d commit a05a899
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 59 deletions.
16 changes: 11 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Identify file types for simpler scanning
# ========================================
# ---- Encrypted Files ---------------------------------------------------------
# These files will be encrypted using git-crypt by default if it is being used

.env filter=git-crypt diff=git-crypt
auth/** filter=git-crypt diff=git-crypt

# ---- File Type ---------------------------------------------------------------
# Pre-indentifying file types here can speed up git operations by skipping
# binary files so git doesn't attempt to scan or diff them
# See https://git-scm.com/docs/gitattributes#_using_macro_attributes

*.Rdata binary
*.RData binary
*.rda binary
Expand All @@ -22,6 +31,3 @@ _targets/objects/** binary
*.Rproj text
*.Rmd linguist-language=R

## Encrypted Files
.env filter=git-crypt diff=git-crypt
auth/** filter=git-crypt diff=git-crypt
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ knitr::opts_chunk$set(
)
```

# _mkrproj_
# {{projectname}}

<!-- Standard badges and licenses: -->
<!-- [![DOI](https://zenodo.org/badge/DOI/[ZENODO_DOI])](https://doi.org/[ZENODO_DOI]) Uncomment when deposited to Zenodo -->
Expand Down Expand Up @@ -83,3 +83,7 @@ to install R package dependencies.
Please note that this project is released with a [Contributor Code of
Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By
contributing to this project, you agree to abide by its terms.

## Reproducibility

Template SHA: {{template_sha}}
Loading

0 comments on commit a05a899

Please sign in to comment.