Symptom
After a build, data/transformed/bacdive/ and data/transformed/madin_etal/ show as untracked (~164MB), while data/transformed/cog/ and data/transformed/bactotraits/ are already ignored.
Fix
# .gitignore
+ data/transformed/
Single entry covers all current and future subdirectories. Drop any per-subdir entries that become redundant.
If the selective-ignore was intentional, add a comment explaining why — I couldn't find any rationale in git history.
Symptom
After a build,
data/transformed/bacdive/anddata/transformed/madin_etal/show as untracked (~164MB), whiledata/transformed/cog/anddata/transformed/bactotraits/are already ignored.Fix
Single entry covers all current and future subdirectories. Drop any per-subdir entries that become redundant.
If the selective-ignore was intentional, add a comment explaining why — I couldn't find any rationale in git history.