# ignore .git and .cache folders
.git
.cache
.gitignore
.DS_Store

# we want nothing in the site folder
site

# ignore any secrets
.env

# other things not used by the container
man
*.md
build.sh
redcapcustodian.Rproj
.Rproj.user
docs
