21 lines
240 B
Plaintext
21 lines
240 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
|
|
CI_report_dashboard_planet_files/
|
|
|