inital commit

This commit is contained in:
2023-07-09 02:03:41 +02:00
commit 069a211528
9 changed files with 301 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# ignore accidentally generated vendor directory and composer.lock file, just in case...
/vendor/
/composer.lock
# Ignore personal config file
config.php