diff --git a/.gitignore b/.gitignore index fae8299..c8427fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ +*.tws +.DS_Store +scratch.R +data-raw +app_cache + +# R gitignore template from https://github.com/github/gitignore/blob/master/R.gitignore +# And added *.Rproj and .Rbuildignore + # History files .Rhistory .Rapp.history @@ -19,6 +28,8 @@ # RStudio files .Rproj.user/ +*.Rproj +.Rbuildignore # produced vignettes vignettes/*.html @@ -37,3 +48,11 @@ vignettes/*.pdf # R Environment Variables .Renviron + +# pkgdown site +docs/ + +# translation temp files +po/*~ + +