From 2bf98c06ba1e76112fb02343a505fbe0ce1c3138 Mon Sep 17 00:00:00 2001 From: apeters Date: Wed, 21 May 2025 08:10:11 +0000 Subject: [PATCH] Fix ignores and keeps Signed-off-by: apeters --- .gitignore | 3 --- database/.gitignore | 2 ++ logs/.gitignore | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 database/.gitignore create mode 100644 logs/.gitignore diff --git a/.gitignore b/.gitignore index 10c5e3c..7d03f74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -system/certs/* -database/* -logs/* misc/* .sync diff --git a/database/.gitignore b/database/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/database/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore