From f87388ff72e0e25f5266df09a85ff7e06fffd441 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sun, 3 Sep 2023 19:05:27 +0200 Subject: [PATCH] Ladybird: Force-add the .gitkeep file for the assets folder on Android This folder is gitignored because we copy a generated tar file to it during the build so that the android build tools will add it to our APK file. However, the gitkeep was not re-added when the folder moved. --- Ladybird/Android/src/main/assets/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Ladybird/Android/src/main/assets/.gitkeep diff --git a/Ladybird/Android/src/main/assets/.gitkeep b/Ladybird/Android/src/main/assets/.gitkeep new file mode 100644 index 0000000000..e69de29bb2