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

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

#----------------------------
# Misc.
#----------------------------
^TODO\.md$
^cran-comments\.md$
^README\.Rmd$

#----------------------------
# Continuous Integration
#----------------------------
^appveyor\.yml$
^\.travis\.yml$
^_pkgdown\.yml$
^docs$
^pkgdown$
