Skip to content

Commit e7d6f5e

Browse files
committed
updating .gitignore
1 parent 6ea154a commit e7d6f5e

1 file changed

Lines changed: 42 additions & 7 deletions

File tree

.gitignore

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,51 @@
1+
# R and co
12
.Rhistory
23
.Rprofile
34
.Rapp.history
45
.RData
56
.Ruserdata
6-
/*.Rcheck/
7+
*.Rproj
8+
.Rproj.user
79
.Rproj.user/
8-
*_cache/
10+
/*.Rcheck/
11+
renv/
12+
13+
# Python and co
14+
_environment
15+
/.micromamba/
16+
/.joblib
17+
/.pytest_cache/
18+
19+
# Quarto tmp files
20+
/.quarto/
21+
/*_files
22+
/*_cache
23+
/_freeze
24+
_site/
925
/cache/
10-
*_files/
11-
template-computo-R.html
26+
27+
# Quarto extension files
28+
_extensions/
1229
logo_text_white.pdf
30+
logo_notext_white.png
31+
32+
# Quarto output files
33+
template-computo-R.html
1334
template-computo-R.pdf
14-
/.quarto/
15-
_extensions/
16-
renv/
35+
template-computo-python.html
36+
template-computo-python.pdf
37+
template-computo-python.ipynb
38+
template-computo-python.tex
39+
template-computo-julia.html
40+
template-computo-julia.pdf
41+
template-computo-julia.tex
42+
43+
# Latex compilation files
44+
*.aux
45+
*.log
46+
*.toc
47+
48+
# Various system files
49+
DS_Store
50+
/.luarc.json
51+

0 commit comments

Comments
 (0)