Skip to content

Commit 2877fe6

Browse files
committed
updating .gitignore
1 parent 1b4c1d8 commit 2877fe6

File tree

1 file changed

+43
-7
lines changed

1 file changed

+43
-7
lines changed

.gitignore

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,51 @@
1-
*_files/
2-
template-computo-python.html
1+
# R and co
2+
.Rhistory
3+
.Rprofile
4+
.Rapp.history
5+
.RData
6+
.Ruserdata
7+
*.Rproj
8+
.Rproj.user
9+
.Rproj.user/
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/
25+
/cache/
26+
27+
# Quarto extension files
28+
_extensions/
329
logo_text_white.pdf
30+
logo_notext_white.png
31+
32+
# Quarto output files
33+
template-computo-R.html
34+
template-computo-R.pdf
35+
template-computo-python.html
436
template-computo-python.pdf
537
template-computo-python.ipynb
638
template-computo-python.tex
7-
_extensions/
8-
/.quarto/
9-
/.joblib
10-
/_extensions/
39+
template-computo-julia.html
40+
template-computo-julia.pdf
41+
template-computo-julia.tex
1142

12-
# Latex compilation files:
43+
# Latex compilation files
1344
*.aux
1445
*.log
1546
*.toc
47+
48+
# Various system files
49+
DS_Store
50+
/.luarc.json
51+

0 commit comments

Comments
 (0)