From aa908ab7bd03818a2cb1f9b4686034f08736d1cb Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 19 Feb 2026 14:52:15 +0100 Subject: initial commit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..359657b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/vendor/ +/config.php +/plugins/ + +/public/* +!/public/index.php +!/public/.htaccess -- cgit v1.2.3