-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (32 loc) · 753 Bytes
/
.gitignore
File metadata and controls
36 lines (32 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
.RDataTmp
# User-specific files
.Rproj.user
.Ruserdata
# RStudio files
.Rproj.user/
# R Environment Variables
.Renviron
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
# knitr and R markdown default cache directories
**/*_files/*
**/*_cache/*
!README_files/*
# Temporary files created by R markdown
*.utf8.md
*.knit.md
# ANDREW HEISS COPIA
# you don’t need to check your _site or _book directory into version control
# (if you have done this in the past you know it makes for very messy diffs!)
/.quarto/
/_site/
/_freeze/
## -----------------------------------------------------------------------------
# old / private
zzz_old_distill/*
talks/*