From 24e24b49fb6375189cfa527a113eb965087a293a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Apr 2023 16:14:00 -0300 Subject: v2: Support Atom feeds and collection translations --- v2/.gitignore | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'v2/.gitignore') diff --git a/v2/.gitignore b/v2/.gitignore index 0f413a8..379a382 100644 --- a/v2/.gitignore +++ b/v2/.gitignore @@ -1,17 +1,21 @@ /generated.mk /*.sentinel -/src/lib/base-conf -/src/development/security-txt.sh /public/ -/src/content/*.conf -/src/content/*.content -/src/content/*.html -/src/content/*.md.tmp -/src/content/*.snippets -/src/content/*.html.*.txt +/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 -- cgit v1.2.3