Skip to content

Commit c8dd9f7

Browse files
authored
Add more exclusions to gitignore (#62)
1 parent 7c31e36 commit c8dd9f7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.gitignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
/.quarto/
2-
_site/
1+
# RStudio
32
.Rproj.user
3+
**/renv/
4+
5+
# Quarto
6+
.quarto/
7+
_site/
8+
index.quarto_ipynb
9+
**/libs/
10+
README.html
11+
extensions/*/connect-extension_files
412

13+
# Mac
14+
.DS_Store
515

616
# Byte-compiled / optimized / DLL files
717
__pycache__/

0 commit comments

Comments
 (0)