From d3d53e68a9111abcbc508acb10ac2136dbdccbd6 Mon Sep 17 00:00:00 2001 From: maro Date: Tue, 25 Aug 2026 21:13:35 +0200 Subject: [PATCH] Ignore stray installer files (.rpm/.deb/.AppImage) to avoid accidental commits --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index c72df72..feded8d 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,8 @@ next-env.d.ts # payload /media +# stray downloads that don't belong in the repo +*.rpm +*.deb +*.AppImage +