Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

76 rindas
1.2KB

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