diff options
| author | EuAndreh <eu@euandre.org> | 2026-09-03 09:19:35 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-09-03 09:19:35 -0300 |
| commit | 7c016c48b6356147c567a9222de45dd50dd8a405 (patch) | |
| tree | 9ca75538543556d9afd58910906f775be634b337 /.gitignore | |
| parent | src/static.conf ($discussions_url_prefix): Fix typo in address (diff) | |
| download | euandre.org-7c016c48b6356147c567a9222de45dd50dd8a405.tar.gz euandre.org-7c016c48b6356147c567a9222de45dd50dd8a405.tar.xz | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |
