From 25249108ca961b9315b09aff6d87d2fdd93de44c Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 27 Oct 2021 02:27:17 -0400 Subject: [PATCH] .gitignore no longer ignores myScripts directory. Since this is a fork, I will be commiting my work and therefore, myScripts. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 47eab8b..272f5f0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .Ds_store instructor/ dev/ -myScripts/ +# myScripts/ # We don't want to ignore this so we can save our work to our own fork. # History files .Rhistory