.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. ### CUSTOM ###
  2. total_execution.time
  3. ### R ###
  4. # History files
  5. .Rhistory
  6. .Rapp.history
  7. # Session Data files
  8. .RData
  9. .RDataTmp
  10. # User-specific files
  11. .Ruserdata
  12. # Example code in package build process
  13. *-Ex.R
  14. # Output files from R CMD build
  15. /*.tar.gz
  16. # Output files from R CMD check
  17. /*.Rcheck/
  18. # RStudio files
  19. .Rproj.user/
  20. # produced vignettes
  21. vignettes/*.html
  22. vignettes/*.pdf
  23. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  24. .httr-oauth
  25. # knitr and R markdown default cache directories
  26. *_cache/
  27. /cache/
  28. # Temporary files created by R markdown
  29. *.utf8.md
  30. *.knit.md
  31. # R Environment Variables
  32. .Renviron
  33. # pkgdown site
  34. docs/
  35. # translation temp files
  36. po/*~
  37. # RStudio Connect folder
  38. rsconnect/
  39. ### R.Bookdown Stack ###
  40. # R package: bookdown caching files
  41. /*_files/
  42. ### C++ ###
  43. # Prerequisites
  44. *.d
  45. # Compiled Object files
  46. *.slo
  47. *.lo
  48. *.o
  49. *.obj
  50. # Precompiled Headers
  51. *.gch
  52. *.pch
  53. # Compiled Dynamic libraries
  54. *.so
  55. *.dylib
  56. *.dll
  57. # Fortran module files
  58. *.mod
  59. *.smod
  60. # Compiled Static libraries
  61. *.lai
  62. *.la
  63. *.a
  64. *.lib
  65. # Executables
  66. *.exe
  67. *.out
  68. *.app
  69. ### macOS ###
  70. # General
  71. .DS_Store
  72. .AppleDouble
  73. .LSOverride
  74. # Icon must end with two \r
  75. Icon
  76. # Thumbnails
  77. ._*
  78. # Files that might appear in the root of a volume
  79. .DocumentRevisions-V100
  80. .fseventsd
  81. .Spotlight-V100
  82. .TemporaryItems
  83. .Trashes
  84. .VolumeIcon.icns
  85. .com.apple.timemachine.donotpresent
  86. # Directories potentially created on remote AFP share
  87. .AppleDB
  88. .AppleDesktop
  89. Network Trash Folder
  90. Temporary Items
  91. .apdisk
  92. ### macOS Patch ###
  93. # iCloud generated files
  94. *.icloud