🤷‍♂️ RStudio Addin to Search and Copy Emoji
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

80 lines
1.2KB

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