banboo-data/r4googleads

authenticate seems to add lines to gitignore every time around

Closed this issue · 3 comments

see authenticate.R if clause.

@mbannert you are right!
after multiple authenticate()the .gitignore looks like:

.Rproj.user
.Rhistory
.RData
.Ruserdata
.google.auth.RData.google.auth.RData

@mbannert Please check my solution: d345e5b#diff-7ca13c788d404c1c77c5640d7b29e522R30
What do you think?

@mbannert here is an update without suppressWarnings 0b5deec
I am happy about further suggestions and improvements!