From 7816ffad8b582b8d85381d384285a4d3dfb5fd46 Mon Sep 17 00:00:00 2001 From: DScoNOIZ Date: Fri, 24 Apr 2026 18:48:24 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20ignore=20releases/=20folder=20?= =?UTF-8?q?=E2=80=94=20never=20download=20or=20track?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exclude release announcement images from git operations to save bandwidth and storage. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1dbcdc6a36..b34e490821 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ qdrant_storage/ plans/ roo-cli-*.tar.gz* + +# Release assets — never download or track +releases/ \ No newline at end of file