19 lines
192 B
Plaintext
19 lines
192 B
Plaintext
# .gitignore
|
|
|
|
# Ignore renv binary cache
|
|
renv/cache/
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.swp
|
|
*.save
|
|
|
|
# Ignore files related to Rproj
|
|
.Rproj.user/
|
|
.Rhistory
|
|
.RData
|
|
|
|
# Ignore OSX files
|
|
.DS_Store
|
|
|