From c0482c8b919dd0aea56dd076a221ef802e52120c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 27 Sep 2024 17:39:12 -0300 Subject: mv src/* src/content/* --- .gitignore | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9cc2281..e8cedcc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3