diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-10 16:11:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 16:11:17 -0800 |
commit | cfdda2ac1967059e203f0b36eb82eb1fc11cf874 (patch) | |
tree | 314f0d9fe7739b33170e9a8b5d7ffbb794ac4ebf | |
parent | 15152bf82350478e1a895988b1b562e7a2269393 (diff) | |
parent | b2fae2dd0f12808a2490fe4d59bfc1c52263cf6d (diff) | |
download | gitignore-cfdda2ac1967059e203f0b36eb82eb1fc11cf874.tar.gz gitignore-cfdda2ac1967059e203f0b36eb82eb1fc11cf874.zip |
Merge pull request #3792 from jl5000/patch-1
Add RStudio Connect folder to R gitignore
-rw-r--r-- | R.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/R.gitignore b/R.gitignore index a7567e74..e75435c1 100644 --- a/R.gitignore +++ b/R.gitignore @@ -44,3 +44,6 @@ docs/ # translation temp files po/*~ + +# RStudio Connect folder +rsconnect/ |