Skip to content

Commit b375048

Browse files
committed
Updated .gitignore for R project
1 parent cd06965 commit b375048

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.gitignore

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
.Rproj.user
1+
echo ".Rproj.user
22
.Rhistory
33
.RData
44
.Ruserdata
5+
.Rds
6+
.Rprofile
7+
*.Rproj
8+
*.Rout
9+
*.Rout.save
10+
*.log
11+
*.csv~
12+
*.tsv~
13+
*.sav
14+
*.dta
15+
*.rda
16+
*.rdata
17+
*.sqlite
18+
*.httr-oauth
19+
/.Rbuildignore
20+
/.Rproj.user/
21+
.vscode/
22+
node_modules/
23+
.DS_Store
24+
Thumbs.db
25+
" > .gitignore

0 commit comments

Comments
 (0)