diff options
author | EuAndreh <eu@euandre.org> | 2025-05-01 21:13:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-01 21:13:25 -0300 |
commit | cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55 (patch) | |
tree | 6456f83c69227177b7eb1faf3f226f46ae6e92a2 /.gitignore | |
parent | src/content/incidents/index.adoc: Hoist links to variables (diff) | |
download | papo.im-cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55.tar.gz papo.im-cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55.tar.xz |
Update to support i18n
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 10 insertions, 23 deletions
@@ -1,3 +1,4 @@ +*.sentinel *.htmlbody *.embedded-config *.conf @@ -5,31 +6,17 @@ *.links *.caslinks *.html -*.html.*.txt *.indexentry *.feedentry +*.mapentry *.sortdata *.categorydata -sortdata.txt -categories.txt -categories.xml -index.htmlheader -index.htmlfooter -index.htmllisting -feed.xml -feed.*.xml +*.txt +*.xml +*.htmlheader +*.htmlfooter +*.htmllisting +*.ps +*.pdf *.gz -/src/sources.txt -/src/all-contents.txt -/src/all-filelists.txt -/src/install.txt -/src/sort-expected.txt -/src/sort-given.txt -/sources.txt -/install.txt -/email.txt -/baseurl.txt -/fingerprint.txt -/expiry.txt -/src/content/security.txt -/src/content/.well-known/security.txt +/src/content/.gitignore |