From a67062bfa2f5c7b3e61f789e6e9897b66b6cfb47 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Thu, 21 Sep 2023 09:19:23 +0200 Subject: [PATCH] init --- .gitignore | 1 - config/config.php | 5 +++++ config/index.php | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 .gitignore create mode 100644 config/config.php create mode 100644 config/index.php diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 64334d7..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/config/* diff --git a/config/config.php b/config/config.php new file mode 100644 index 0000000..74250c6 --- /dev/null +++ b/config/config.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/config/index.php b/config/index.php new file mode 100644 index 0000000..b13e348 --- /dev/null +++ b/config/index.php @@ -0,0 +1 @@ +sup? \ No newline at end of file