From 4e9cf64736d4e60b48cd42bf837cd2268aa0f509 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 18 Mar 2024 10:45:15 +0100 Subject: [PATCH] gitignore --- .gitignore | 2 +- cache/.gitignore | 2 ++ log/.gitignore | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 cache/.gitignore create mode 100644 log/.gitignore diff --git a/.gitignore b/.gitignore index b4b0f99..4e9b47a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/nbproject/private +config.php \ No newline at end of file diff --git a/cache/.gitignore b/cache/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/log/.gitignore b/log/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/log/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file