From 8acac73841b98ebe3d108c7c18e761f24ac4a705 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 23 Feb 2024 01:20:59 +0100 Subject: [PATCH] config gitignores using index.inc --- .gitignore | 2 +- api.php | 6 ++---- cache/.gitignore | 2 ++ config.php.dist | 20 ++++++++++++++++++++ index.inc | 7 +++++++ index.php | 6 ++---- log/.gitignore | 2 ++ sai.php | 6 ++---- setup.php | 6 ++---- 9 files changed, 40 insertions(+), 17 deletions(-) create mode 100644 cache/.gitignore create mode 100644 config.php.dist create mode 100644 index.inc create mode 100644 log/.gitignore diff --git a/.gitignore b/.gitignore index 14bc68c..4e9b47a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/nbproject/private/ \ No newline at end of file +config.php \ No newline at end of file diff --git a/api.php b/api.php index 7f04224..ffe9f47 100644 --- a/api.php +++ b/api.php @@ -1,9 +1,7 @@ html(); \ No newline at end of file diff --git a/setup.php b/setup.php index 53ee832..f2c576e 100644 --- a/setup.php +++ b/setup.php @@ -1,8 +1,6 @@