From 013f3a529fe332f92f2d8f36a70a2aca305f79cb Mon Sep 17 00:00:00 2001 From: Alex Ackermann Date: Thu, 26 Jun 2025 09:41:59 +0200 Subject: [PATCH] add to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e3b75fa..6507512 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,8 @@ # exclude the apps folder /config/opencloud/apps +# exclude the keycloak theme custom javascript file +/config/keycloak/themes/opencloud/login/resources/js/custom.js + # exclude custom compose files /custom \ No newline at end of file