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

#----------------------------
# Continuous Integration
#----------------------------
^\.travis\.yml$
^appveyor\.yml$
^wercker\.yml$
^\.wercker$

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

#----------------------------
# Data and files
#----------------------------
^.*\.rda$
^.*\.tar\.gz$
^\.lintr$
^README\.md$
^docs$

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