From 0ea4ac883728277ff5b5c074f88daf6c21eac3f6 Mon Sep 17 00:00:00 2001 From: yungblud Date: Wed, 26 Apr 2023 08:57:09 +0900 Subject: [PATCH] feat: :zap: added gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce0db63c..ec7299e4 100644 --- a/.gitignore +++ b/.gitignore @@ -53,4 +53,5 @@ android/keystores/debug.keystore # windows Deploy.binlog -msbuild.binlog \ No newline at end of file +msbuild.binlog +android/buildOutput_* \ No newline at end of file