From 8409af0981d90485bac48bc9d8fe4d9d1fb8677e Mon Sep 17 00:00:00 2001
From: Maximilian Betz <Maximilian.Betz@awi.de>
Date: Tue, 15 Feb 2022 16:59:26 +0100
Subject: [PATCH] include apk

---
 .gitignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index e32a374..1b72ccf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,6 @@
 .pub-cache/
 .pub/
 /build/
-!/build/app/outputs/apk/release/*
 
 # Web related
 lib/generated_plugin_registrant.dart
@@ -45,3 +44,6 @@ app.*.map.json
 /android/app/debug
 /android/app/profile
 /android/app/release
+
+# Include generated APK files
+!/build/app/outputs/apk/release/
-- 
GitLab