From ee71be14a05d0d7da38352f8ff5c19798f96d4eb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 8 Apr 2023 13:22:48 -0300 Subject: v2: Generate collections index.html pages and their "by-category" equivalents --- v2/.gitignore | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'v2/.gitignore') diff --git a/v2/.gitignore b/v2/.gitignore index 5f13add..971b0fe 100644 --- a/v2/.gitignore +++ b/v2/.gitignore @@ -1,22 +1,24 @@ /generated.mk /*.sentinel /po/po4a.cfg +/po/*.mo /public/ -/src/content/*/feeds/ -/src/content/*/*.conf -/src/content/*/*.content -/src/content/*/*.html -/src/content/*/*.md.tmp -/src/content/*/*.htmlbody -/src/content/*/*.snippets -/src/content/*/*.html.*.txt -/src/content/*/*/*.conf -/src/content/*/*/*.content -/src/content/*/*/*.html -/src/content/*/*/*.md.tmp -/src/content/*/*/*.htmlbody -/src/content/*/*/*.snippets -/src/content/*/*/*.html.*.txt -/src/content/*/*/*.sortdata -/src/content/*/*/*.sortref -/src/content/*/*/*.xmlentry +/src/lib/generated.conf +/src/lib/generated.*.conf +/src/content/**/index.extrafeeds +/src/content/**/*.categories +/src/content/**/*.category +/src/content/**/*.categoryentry +/src/content/**/*.categorysort +/src/content/**/*.conf +/src/content/**/*.content +/src/content/**/*.html +/src/content/**/*.extrahtml +/src/content/**/*.md.tmp +/src/content/**/*.htmlbody +/src/content/**/*.snippets +/src/content/**/*.html.*.txt +/src/content/**/*.sortdata +/src/content/**/*.indexentry +/src/content/**/*.xmlentry +/src/content/**/*.xml -- cgit v1.2.3