diff options
Diffstat (limited to '')
-rw-r--r-- | v2/.gitignore | 20 |
1 files changed, 12 insertions, 8 deletions
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 |