Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

77 lines
1.2KB

  1. # ---- Default .gitignore From grkmisc ----
  2. .Rproj.user
  3. .Rhistory
  4. .RData
  5. .DS_Store
  6. .tmp
  7. # Directories that start with _
  8. _*/
  9. ## https://github.com/github/gitignore/blob/master/R.gitignore
  10. # History files
  11. .Rhistory
  12. .Rapp.history
  13. # Session Data files
  14. .RData
  15. # Example code in package build process
  16. *-Ex.R
  17. # Output files from R CMD build
  18. /*.tar.gz
  19. # Output files from R CMD check
  20. /*.Rcheck/
  21. # RStudio files
  22. .Rproj.user/
  23. # produced vignettes
  24. vignettes/*.html
  25. vignettes/*.pdf
  26. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  27. .httr-oauth
  28. # knitr and R markdown default cache directories
  29. /*_cache/
  30. /cache/
  31. # Temporary files created by R markdown
  32. *.utf8.md
  33. *.knit.md
  34. # Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
  35. rsconnect/
  36. ## https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
  37. # General
  38. .DS_Store
  39. .AppleDouble
  40. .LSOverride
  41. # Icon must end with two \r
  42. Icon
  43. # Thumbnails
  44. ._*
  45. # Files that might appear in the root of a volume
  46. .DocumentRevisions-V100
  47. .fseventsd
  48. .Spotlight-V100
  49. .TemporaryItems
  50. .Trashes
  51. .VolumeIcon.icns
  52. .com.apple.timemachine.donotpresent
  53. # Directories potentially created on remote AFP share
  54. .AppleDB
  55. .AppleDesktop
  56. Network Trash Folder
  57. Temporary Items
  58. .apdisk