Skip to content

Commit

Permalink
changed sandbox rules: ignore R scripts within
Browse files Browse the repository at this point in the history
  • Loading branch information
dklinges9 committed Jul 9, 2020
1 parent 001e240 commit 8062ea2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions scripts/00_sandbox/README.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 0 additions & 3 deletions scripts/00_vignette_sandbox/README.md

This file was deleted.

0 comments on commit 8062ea2

Please sign in to comment.