From ddc2fafd580deed8cc46539e6d14887d5a1d9db3 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 28 Apr 2021 16:45:41 +0200 Subject: [PATCH] ignore themes not in core --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 85a9ffbca..f3c762c36 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ /_data /plugins/* !/plugins/index.php +/themes/* +!/themes/index.php +!/themes/default /upload /galleries/* !/galleries/index.php