From 8b13f3ea2968cc6f1591d79db5d7718b7c790d63 Mon Sep 17 00:00:00 2001
From: David Blodgett <dblodgett@usgs.gov>
Date: Tue, 26 Nov 2024 12:45:37 -0600
Subject: [PATCH] start moving Rmd to a templates directory

---
 .gitignore                                      | 3 ++-
 workspace/{ => templates}/01_Gage_Selection.Rmd | 0
 2 files changed, 2 insertions(+), 1 deletion(-)
 rename workspace/{ => templates}/01_Gage_Selection.Rmd (100%)

diff --git a/.gitignore b/.gitignore
index c987d15..97ef6dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,4 +22,5 @@ workspace/reports
 *.parquet
 *.Renviron
 *.zip
-*.Rprofile
\ No newline at end of file
+*.Rprofile
+*_targets
\ No newline at end of file
diff --git a/workspace/01_Gage_Selection.Rmd b/workspace/templates/01_Gage_Selection.Rmd
similarity index 100%
rename from workspace/01_Gage_Selection.Rmd
rename to workspace/templates/01_Gage_Selection.Rmd
-- 
GitLab