diff options
| author | EuAndreh <eu@euandre.org> | 2024-11-17 19:46:05 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-11-17 19:46:05 -0300 |
| commit | 91c93624c059810514d63003dba45c4285bf8d97 (patch) | |
| tree | e9388a1b458253892c8f1cc7a6715a0942905244 /.gitignore | |
| parent | Bring status website into here (diff) | |
| download | papo.im-91c93624c059810514d63003dba45c4285bf8d97.tar.gz papo.im-91c93624c059810514d63003dba45c4285bf8d97.tar.xz | |
Trim edges; simplify
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 39 |
1 files changed, 14 insertions, 25 deletions
@@ -1,26 +1,15 @@ -/src/content/*/*/*/*/*.htmlbody -/src/content/*/*/*/*/*.conf -/src/content/*/*/*/*/*.snippets -/src/content/*/*/*/*/*.html -/src/content/*/*/*/*/*.txt -/src/content/*/*/*/*/*.indexentry -/src/content/*/*/*/*/*.feedentry -/src/content/*/*/*/*/*.sortdata -/src/content/*/index.htmlbody -/src/content/*/index.htmlheader -/src/content/*/index.htmlfooter -/src/content/*/index.htmllisting -/src/content/*/index.htmldeps -/src/content/*/index.conf -/src/content/*/index.snippets -/src/content/*/index.html -/src/content/*/index.html.*.txt -/src/content/*/feed.xmldeps -/src/content/*/feed.xml -/src/content/*/*.sortdata -/src/content/*.htmlbody -/src/content/*.conf -/src/content/*.snippets -/src/content/*.html -/src/content/*.txt +*.htmlbody +*.conf +*.snippets +*.html +*.html.*.txt +*.indexentry +*.feedentry +*.sortdata +index.htmlheader +index.htmlfooter +index.htmllisting +index.htmldeps +feed.xmldeps +feed.xml /src/global.conf |
