From aee64ac137745c6902b79aecbf8096bf1d1ff167 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:05:35 +0700 Subject: [PATCH] chore: stop tracking plugins folder content --- plugins/example-plugin/plugin.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 plugins/example-plugin/plugin.php diff --git a/plugins/example-plugin/plugin.php b/plugins/example-plugin/plugin.php deleted file mode 100644 index 8427119..0000000 --- a/plugins/example-plugin/plugin.php +++ /dev/null @@ -1,27 +0,0 @@ -get('/plugin-test', function() { - echo "
This page is registered via router_init hook.