From 0a200afebcfa9516415b9193d994ae5938d19d8e Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 13 Dec 2024 10:43:04 +1100 Subject: [PATCH] /log/plugins --- log/.gitignore | 1 + log/plugins/.gitignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 log/plugins/.gitignore diff --git a/log/.gitignore b/log/.gitignore index c96a04f0..b6e069c5 100755 --- a/log/.gitignore +++ b/log/.gitignore @@ -1,2 +1,3 @@ * +!*/ !.gitignore \ No newline at end of file diff --git a/log/plugins/.gitignore b/log/plugins/.gitignore new file mode 100755 index 00000000..34211e27 --- /dev/null +++ b/log/plugins/.gitignore @@ -0,0 +1,3 @@ +* +!*/ +!.gitignore