#----------------------------
# Git
#----------------------------
^\.git$
^\.gitignore$
^\.gitattributes$

#----------------------------
# Continuous Integration
#----------------------------
^\.github$

#----------------------------
# RStudio and R
#----------------------------
^\.Rhistory$
^.*\.Rproj$
^\.Rproj\.user$

#----------------------------
# Data and files
#----------------------------
^.*\.rda$
^.*\.tar\.gz$

#----------------------------
# Docs
#----------------------------
^_pkgdown\.yml$
revdep
