SmartCane/r_app/.gitignore
Martin Folkerts 0b7294340c updated r_app/.gitignore to reflect install strategy.
removed renv and .Rprofile from project so every instance should run its own enviroment based on installPackages.R.
2023-10-31 14:12:12 +01:00

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