From fbe660091e3d91dfd21e5728463e9f5b084cbe6e Mon Sep 17 00:00:00 2001 From: Katrin Leinweber Date: Wed, 20 May 2015 17:12:32 +0200 Subject: [PATCH] ignore OAuth2 token Created for example when using https://github.com/jennybc/googlesheets --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index b9003860..49037a0b 100644 --- a/R.gitignore +++ b/R.gitignore @@ -11,3 +11,6 @@ # produced vignettes vignettes/*.html vignettes/*.pdf + +# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 +.httr-oauth