From 6f7513578460fbbe2f1f3a75ce1a29ea6db4fd05 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 27 Feb 2024 01:40: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