@@ -27,3 +27,7 @@ local.properties
build
.externalNativeBuild
.cxx
+
+# love-android specific
+!app/src/main/assets/
+app/src/main/assets/game.love
@@ -0,0 +1,4 @@
+Add your game.love in this folder then
+$ ./gradlew bundleEmbed
+or
+$ ./gradlew assembleEmbed