diff options
author | 6543 <6543@obermui.de> | 2020-09-02 18:57:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 12:57:08 -0400 |
commit | 84eac6ed6c1b02a28c83cd2695aa470c4acf46e9 (patch) | |
tree | 82a7122c06ed84fc808691d9d43480f2b983ce9e /options/gitignore/R | |
parent | 3ecd030cd5aa7ded57438a5b9c1459faf237993f (diff) | |
download | gitea-84eac6ed6c1b02a28c83cd2695aa470c4acf46e9.tar.gz gitea-84eac6ed6c1b02a28c83cd2695aa470c4acf46e9.zip |
Add make targed generate-license & generate-gitignore + Update (#12682)
* Add make targed generate-license & generate-gitignore
* Update Gitignores & Licenses
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'options/gitignore/R')
-rw-r--r-- | options/gitignore/R | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/options/gitignore/R b/options/gitignore/R index fae8299aea..da10c745ee 100644 --- a/options/gitignore/R +++ b/options/gitignore/R @@ -37,3 +37,9 @@ vignettes/*.pdf # R Environment Variables .Renviron + +# pkgdown site +docs/ + +# translation temp files +po/*~ |