From 5c448c05a9840ae12b907f8a0ec03489e9925275 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 22 Sep 2025 19:33:40 -0400 Subject: [PATCH] Update .gitignore and add custom directories to /admin /client /guest /user Example Documentation coming soon --- .gitignore | 10 ++++++- admin/custom/readme.php | 8 ++++++ {custom => client/custom}/readme.php | 5 ++-- custom/post.php | 40 ---------------------------- custom/post/readme.php | 13 --------- custom/test.php | 18 ------------- guest/custom/readme.php | 9 +++++++ user/custom/readme.php | 9 +++++++ 8 files changed, 38 insertions(+), 74 deletions(-) create mode 100644 admin/custom/readme.php rename {custom => client/custom}/readme.php (72%) delete mode 100644 custom/post.php delete mode 100644 custom/post/readme.php delete mode 100644 custom/test.php create mode 100644 guest/custom/readme.php create mode 100644 user/custom/readme.php diff --git a/.gitignore b/.gitignore index f60657bd..6680ff1e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,14 @@ plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/CSS/* xcustom/* !xcustom/readme.php post/xcustom -custom/* !post/xcustom/readme.php +admin/custom/* +!admin/custom/readme.php +client/custom/* +!client/custom/readme.php +guest/custom/* +!guest/custom/readme.php +user/custom/* +!user/custom/readme.php .zed + diff --git a/admin/custom/readme.php b/admin/custom/readme.php new file mode 100644 index 00000000..498c1b53 --- /dev/null +++ b/admin/custom/readme.php @@ -0,0 +1,8 @@ + - - - - - -

Blank Page

-
-

This is a great starting point for new custom pages.

- -