From e29ea9c8a38101fdcc1816ad939bd00909188e09 Mon Sep 17 00:00:00 2001 From: Philipp Sieder <12394266+philippsied@users.noreply.github.com> Date: Thu, 28 May 2026 11:16:04 +0200 Subject: [PATCH] chore(gitignore): ignore releases/ build artifacts Plugin builds (*.plugin) attach to GitHub Releases, not Git tree. Triggered by klarheit-mit-idea2self-2.0.0.plugin (113 KB) appearing untracked after release build. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b075838..f4dfae6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ Thumbs.db # Logs / temp *.log *.tmp + +# Release build artifacts (attach to GitHub Releases instead) +releases/