Diff of /.gitignore [000000] .. [a4ee51]

Switch to unified view

a b/.gitignore
1
# Add any directories, files, or patterns you don't want to be tracked by version control
2
3
# History files
4
.Rhistory
5
.Rapp.history
6
.dropbox
7
8
# Session Data files
9
.RData
10
11
# Example code in package build process
12
*-Ex.R
13
14
# Output files from R CMD build
15
/*.tar.gz
16
17
# Output files from R CMD check
18
/*.Rcheck/
19
20
# RStudio files
21
.Rproj.user/
22
23
# R environment variables
24
.Renviron
25
26
# produced vignettes
27
# vignettes/*.html
28
# vignettes/*.pdf
29
30
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
31
.httr-oauth
32
33
# knitr and R markdown default cache directories
34
/*_cache/
35
/cache/
36
37
# Temporary files created by R markdown
38
*.utf8.md
39
*.knit.md
40
41
/.quarto/