# Ignore RStudio files
^.*\.Rproj$
^\.Rproj\.user$

# Ignore various yaml files associated with package building packages
^\.lintr$

# Ignore LICENSE file which is included for display on Github
^LICENSE$

# Ignore all directories beginning with "local"
^local*

# Ignore pkgdown input and output files
^docs$
^_pkgdown.yml
^pkgdown/
^logo\.png$

# Ignore other directories
^app$
^docker$

# Ignore configuration files for other tools
^\.travis\.yml$

# ----- Mazama Science custom -----

global_vars.R


