SmartCane/r_app/.gitignore
Martin Folkerts 78e6567182 wip
2023-10-10 17:02:35 +02:00

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