diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-30 08:56:34 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-30 08:56:34 +0200 |
| commit | d7da4b09f7775276231d0241cfe2700d247728ee (patch) | |
| tree | 4261695c37f457782abea2f3e6cc997921731245 /.gitignore | |
| parent | bda838b0e5e2882b17af0440d85c2c7e079dd892 (diff) | |
| download | lectio-d7da4b09f7775276231d0241cfe2700d247728ee.tar.gz lectio-d7da4b09f7775276231d0241cfe2700d247728ee.zip | |
sources: store the snapshot as one compressed archive
Replace the ~1600 raw per-provider files (24 MB) with a single solid
sources/snapshot.tar.gz (6 MB); manifest.tsv + README stay uncompressed
for browsing. The extracted per-provider dirs are now git-ignored;
snapshot-sources.sh gains pack/unpack, and the README documents the
unpack -> refresh -> pack cycle. Distribution-ready: one archive, not a
file tree.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -10,3 +10,17 @@ scripts/.oracle-cache/ scripts/.wujek-cache/ sources/*.log sources/.*.log + +# extracted source snapshot (the committed archive is sources/snapshot.tar.gz; +# `tar xzf sources/snapshot.tar.gz -C sources` to unpack for regeneration) +sources/catholic-resources/ +sources/missalemeum/ +sources/litcal/ +sources/getbible/ + +# OS / editor cruft +.DS_Store +*~ +*.swp +.idea/ +.vscode/ |
