Skip to content

Commit c8d41b5

Browse files
committed
ad gitignore
1 parent 4c1bada commit c8d41b5

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.Rhistory
2+
.Rdata
3+
.RData
4+
.Ruserdata
5+
.Rproj.user
6+
*.tar.gz
7+
*.Rcheck/
8+
.DS_Store
9+
Thumbs.db
10+
.vscode/
11+
*.swp
12+
renv/library/
13+
renv/local/
14+
renv/cellar/
15+
renv/lock/
16+
renv/python/
17+
renv/sandbox/

0 commit comments

Comments
 (0)