From d7da4b09f7775276231d0241cfe2700d247728ee Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 30 Jul 2026 08:56:34 +0200 Subject: 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. --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e3ae1fd..0e4cf7b 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit v1.3