diff options
author | EuAndreh <eu@euandre.org> | 2024-09-27 17:39:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-27 18:09:10 -0300 |
commit | c0482c8b919dd0aea56dd076a221ef802e52120c (patch) | |
tree | 19d783e2c6a356eb5eb47d642ea9318412859777 /.gitignore | |
parent | git mv src/*.svg src/img/ (diff) | |
download | papo.im-c0482c8b919dd0aea56dd076a221ef802e52120c.tar.gz papo.im-c0482c8b919dd0aea56dd076a221ef802e52120c.tar.xz |
mv src/* src/content/*
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 15 insertions, 14 deletions
@@ -1,15 +1,16 @@ -/src/*/*/*/*/*.htmlbody -/src/*/*/*/*/*.conf -/src/*/*/*/*/*.snippets -/src/*/*/*/*/*.html -/src/*/*/*/*/*.txt -/src/*/*/*/*/*.indexentry -/src/*/*/*/*/*.feedentry -/src/*/*/*/*/*.sortdata -/src/*.htmlbody -/src/*.conf -/src/*.snippets -/src/*.html -/src/*.txt +/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/*.htmlbody +/src/content/*.conf +/src/content/*.snippets +/src/content/*.html +/src/content/*.txt +/src/content/*.xml /src/*.sortdata -/src/*.xml +/src/global.conf |