Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Rucknium authored Nov 21, 2021
1 parent 1a8060a commit 7325a1a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,6 +28,8 @@

# RStudio files
.Rproj.user/
*.Rproj
.Rbuildignore

# produced vignettes
vignettes/*.html
Expand All @@ -37,3 +48,11 @@ vignettes/*.pdf

# R Environment Variables
.Renviron

# pkgdown site
docs/

# translation temp files
po/*~


0 comments on commit 7325a1a

Please sign in to comment.