From 61dde2925b3f514bbb9e42bd1b13f11b023fd7be Mon Sep 17 00:00:00 2001 From: Moritz Weinmann Date: Mon, 29 Jun 2026 08:46:00 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Filesgallery-Cache-Images=20aus=20Git?= =?UTF-8?q?=20ausschlie=C3=9Fen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8fdacd4..8f3a0ee 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,8 @@ docker/ *.csv *.png -.DS_Store \ No newline at end of file +.DS_Store + +# Filesgallery-Cache (generierte Thumbnails) +module/knowledgecenter_update/Plugins/_files/cache/images/* +!module/knowledgecenter_update/Plugins/_files/cache/images/.gitkeep \ No newline at end of file