diff options
author | EuAndreh <eu@euandre.org> | 2025-04-03 15:36:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-03 15:36:16 -0300 |
commit | 55b752812db4a45278fc3ab65b4d435db9a77684 (patch) | |
tree | 73567ab6e477325f549b27efc89b4f98cad3786c /.gitignore | |
parent | Update deps.mk (diff) | |
download | papo.im-55b752812db4a45278fc3ab65b4d435db9a77684.tar.gz papo.im-55b752812db4a45278fc3ab65b4d435db9a77684.tar.xz |
Makefile: Generate .gz files and update to newer mkwb
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,4 +1,5 @@ *.htmlbody +*.embedded-config *.conf *.snippets *.html @@ -6,10 +7,20 @@ *.indexentry *.feedentry *.sortdata +sortdata.txt index.htmlheader index.htmlfooter index.htmllisting -index.htmldeps -feed.xmldeps feed.xml -/src/global.conf +*.gz +/src/sources.txt +/src/all-contents.txt +/src/all-snippets-list.txt +/src/install.txt +/sources.txt +/install.txt +/email.txt +/baseurl.txt +/expiry.txt +/src/content/security.txt +/src/content/.well-known/security.txt |