aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-30 08:56:34 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-30 08:56:34 +0200
commitd7da4b09f7775276231d0241cfe2700d247728ee (patch)
tree4261695c37f457782abea2f3e6cc997921731245 /.gitignore
parentbda838b0e5e2882b17af0440d85c2c7e079dd892 (diff)
downloadlectio-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--.gitignore14
1 files changed, 14 insertions, 0 deletions
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/