From 7f34fc928e0088f40ca29fd60e4b4de1ca28c899 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 21 Oct 2021 03:09:03 +0200 Subject: [PATCH] Ignore Android assets Thease are copied build the build process --- android-project/.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/android-project/.gitignore b/android-project/.gitignore index 75fb9aeb2..bff7f3f75 100644 --- a/android-project/.gitignore +++ b/android-project/.gitignore @@ -11,6 +11,4 @@ build/ # Local configuration file (sdk path, etc) /local.properties -/app/src/main/assets/CharisSILB.ttf -/app/src/main/assets/*.gmo -/app/src/main/assets/ui_art/* +/app/src/main/assets/*