From 8062ea215995593fb9156f1e5fe81eac4d027480 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 9 Jul 2020 10:19:46 -0400 Subject: [PATCH] changed sandbox rules: ignore R scripts within --- .gitignore | 3 +++ scripts/00_sandbox/README.md | 5 +++++ scripts/00_vignette_sandbox/README.md | 3 --- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 scripts/00_sandbox/README.md delete mode 100644 scripts/00_vignette_sandbox/README.md diff --git a/.gitignore b/.gitignore index a6dfa0e..b1ce78f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ # Example code in package build process *-Ex.R +# Ignore sandbox scripts +scripts/00_sandbox/*.R + # Output files from R CMD build /*.tar.gz diff --git a/scripts/00_sandbox/README.md b/scripts/00_sandbox/README.md new file mode 100644 index 0000000..cde1ad6 --- /dev/null +++ b/scripts/00_sandbox/README.md @@ -0,0 +1,5 @@ +## Sandbox + +Directory for unfinished scripts, test scripts, various messiness. Most of the contents of this directory are ignored by the .gitignore, because there's no need to version control sandboxing scripts. + +For those files that are committed: apologies if things are a little disorganized. But that's somewhat the point. \ No newline at end of file diff --git a/scripts/00_vignette_sandbox/README.md b/scripts/00_vignette_sandbox/README.md deleted file mode 100644 index 0d2270f..0000000 --- a/scripts/00_vignette_sandbox/README.md +++ /dev/null @@ -1,3 +0,0 @@ -## Vignette Sandbox - -This directory is for playing with package vignettes, or testing scripts/workflows. By nature it will be messy. Encouraged to keep files local (don't push to remote) unless there's a clear flow and documentation of a vignette run. \ No newline at end of file