removed renv and .Rprofile from project so every instance should run its own enviroment based on installPackages.R.
20 lines
206 B
Plaintext
20 lines
206 B
Plaintext
# .gitignore
|
|
|
|
# Ignore renv binary cache
|
|
renv/cache/
|
|
renv
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.swp
|
|
*.save
|
|
|
|
# Ignore files related to Rproj
|
|
.Rproj.user/
|
|
.Rhistory
|
|
.RData
|
|
.Rprofile
|
|
# Ignore OSX files
|
|
.DS_Store
|
|
|