Update .gitignore

This commit is contained in:
Rucknium 2021-10-29 05:03:09 +00:00 committed by GitHub
parent feb57d4969
commit 41e30ff002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.gitignore vendored
View file

@ -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/*~