From d490397908fbc166fd7e167b75d122251f439ad9 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Wed, 8 Jul 2026 10:51:26 +0200 Subject: [PATCH] chore: gitignore the local flatpak-builder repo/build dirs Co-Authored-By: Claude Fable 5 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4023bc34..0c00c4c9 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,7 @@ __pycache__/ # Claude Code project instructions — local to each dev box, not part of the repo. CLAUDE.md + +# Local flatpak-builder output (build-flatpak.sh) — ostree repo + build dir at the repo root. +.flatpak-repo/ +.flatpak-build/