From cad14b2e7e58434a22c00846a59ff7159f862e18 Mon Sep 17 00:00:00 2001 From: Goooler Date: Fri, 13 Jan 2023 15:08:23 +0800 Subject: [PATCH] Remove redundant ignore file --- .gitignore | 3 ++- app/.gitignore | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 app/.gitignore diff --git a/.gitignore b/.gitignore index 80cd3ef92..55cb3942c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ /build /captures .externalNativeBuild -app/release \ No newline at end of file +app/release +app-release.apk \ No newline at end of file diff --git a/app/.gitignore b/app/.gitignore deleted file mode 100644 index 3f1ce47a1..000000000 --- a/app/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/build -app-release.apk