datacommonsorg/data

`scripts/**` is `.gitignore`d

enjoythecode opened this issue · 0 comments

scripts/**

This line is incorrect, since it .gitignores all future additions to scripts/.

My understanding is that it happened in a series of committing regarding git lfs, however, this line remains as scripts/** in the final PR that was merged, which seems unintentional.

This line was introduced in #692 (9e76c7f).

#692 and #706 was two PRs adding RFF data, and those are the last two commits to .gitignore

The full extent of the modifications to .gitignore from these PRs are lines 17 through 23:

data/.gitignore

Lines 17 to 23 in 499afa0

scripts/**
!scripts/rff
!scripts/rff/**
scripts/rff/raw_data/**
!scripts/rff/raw_data/us_vectors/**
!scripts/rff/raw_data/prism/daily/county/**
!scripts/rff/raw_data/prism/daily/4km/**

Action Required

We should move the rff relevant lines to a folder-specific .gitignore (example)