From dd39ff1891c79b516a26574c3f02ffbf6c7be0c8 Mon Sep 17 00:00:00 2001 From: bgcasey Date: Thu, 3 Sep 2026 04:39:39 -0600 Subject: [PATCH 1/2] Add test.R to .gitignore to exclude local test files from version control --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e9a4f62..4420046 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,5 @@ readme_backups/ # as a page on the documentation site. AGENTS.md CLAUDE.md + +test.R \ No newline at end of file From e4f527a9ddfc23ea70026f2dd2d8c74082561e07 Mon Sep 17 00:00:00 2001 From: bgcasey Date: Thu, 3 Sep 2026 04:40:38 -0600 Subject: [PATCH 2/2] Refactor .gitignore to remove unnecessary folder structure ignores for data and output directories --- .gitignore | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.gitignore b/.gitignore index 4420046..abe5963 100644 --- a/.gitignore +++ b/.gitignore @@ -35,22 +35,6 @@ vignettes/*.pdf *.utf8.md *.knit.md - -# Ignore everything in 0_data except folder structure -0_data/** -!0_data/**/ -!0_data/**/.gitkeep - -# Ignore everything in 2_pipeline except folder structure -2_pipeline/** -!2_pipeline/**/ -!2_pipeline/**/.gitkeep - -# Ignore everything in 3_output except folder structure -3_output/** -!3_output/**/ -!3_output/**/.gitkeep - # R package build artefacts. docs/ is the pkgdown site: a build # output, regenerated from the sources by CI on every push to main # and published from there, so no rendered copy belongs in git. @@ -60,11 +44,6 @@ inst/doc/ /Meta/ INSTALL -# Ignore everything in 4_writing except folder structure -4_writing/** -!4_writing/**/ -!4_writing/**/.gitkeep - # Backups of share readmes edited by data-raw/add_crs_to_readmes.R readme_backups/