From a4a27eb53d5ddab26cb006454b8611351c8f352e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCllner?= Date: Tue, 24 Feb 2026 21:07:30 +0100 Subject: [PATCH] fix: add supabase_migration.sql to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f815956..d39914f 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ app.*.map.json /android/app/release TPB.md +supabase_migration.sql