From 7c016c48b6356147c567a9222de45dd50dd8a405 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 3 Sep 2026 09:19:35 -0300 Subject: m --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 874fc80..67e08c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,35 @@ *.htmlbody -*.embedded-config *.conf +*.json *.snippets *.links *.caslinks +*.comments *.html *.indexentry +*.homeentry *.feedentry *.mapentry *.sortdata *.categorydata *.txt +## ...but these two hold sources, not artifacts. +!/src/headers/*.txt +!/src/names/*/*.txt *.xml *.htmlheader *.htmlfooter *.htmllisting *.ps *.pdf +*.midi *.gz *.sentinel *.torrent /src/content/.gitignore +/src/comments/ +/src/comments.stamp +/src/translations.map +## Server logs, copied here for analysis. +/access.log +/error.log -- cgit v1.3