From ae577a5e72c1b3b93da22a99c0cec836413963a4 Mon Sep 17 00:00:00 2001 From: Garrett Date: Wed, 29 Jul 2015 20:20:00 -0400 Subject: [PATCH] Added .Rapp.history to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0496920..4396023 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ temp.Rmd *_cache *_files figures +.Rapp.history