Remove generated report artifacts from version control
Add reports/figures/, reports/slides/, reports/tables/ to .gitignore and untrack previously committed PNGs. These are build artifacts regenerated by tar_make() and deploy.R. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3
.gitignore
vendored
@@ -27,6 +27,9 @@ _targets.user/data/
|
|||||||
/.quarto/
|
/.quarto/
|
||||||
**/*.quarto_ipynb
|
**/*.quarto_ipynb
|
||||||
docs
|
docs
|
||||||
|
reports/figures/
|
||||||
|
reports/slides/
|
||||||
|
reports/tables/
|
||||||
|
|
||||||
/dev/
|
/dev/
|
||||||
/scratch/
|
/scratch/
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 375 KiB |
|
Before Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 291 KiB |
|
Before Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 72 KiB |