Diff of /.gitignore [000000] .. [33c603]

Switch to unified view

a b/.gitignore
1
### Python & Jupyter ###
2
# JupyterNotebooks
3
.ipynb_checkpoints
4
*/.ipynb_checkpoints/*
5
6
# IPython
7
profile_default/
8
ipython_config.py
9
10
#pyenv
11
.python-version
12
13
### R ###
14
# History files
15
.Rhistory
16
.Rapp.history
17
18
# Session Data files
19
.RData
20
21
# User-specific files
22
.Ruserdata
23
24
# Example code in package build process
25
*-Ex.R
26
27
# Output files from R CMD build
28
/*.tar.gz
29
30
# Output files from R CMD check
31
/*.Rcheck/
32
33
# RStudio files
34
.Rproj.user/
35
36
# produced vignettes
37
vignettes/*.html
38
vignettes/*.pdf
39
40
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
41
.httr-oauth
42
43
# knitr and R markdown default cache directories
44
*_cache/
45
/cache/
46
47
# Temporary files created by R markdown
48
*.utf8.md
49
*.knit.md
50
51
# R Environment Variables
52
.Renviron
53
54
# pkgdown site
55
docs/
56
57
# translation temp files
58
po/*~
59
60
### R.Bookdown Stack ###
61
# R package: bookdown caching files
62
/*_files/